Html Css Color HEX #0335AD International Klein Blue

📋 copy color: '#0335AD'

red 3 ◦ green 53 ◦ blue 173

#0335AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #0335AD

Tints of International Klein Blue #0335AD

RGB

 RED value IS 3 (1.56% from 255) = 1.31%

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 173 (67.97% from 255) = 75.55%

R = 1.31%
G = 23.14%
B = 75.55%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0335AD (or 0x0335AD) is known color: International Klein Blue. HEX triplet: 03, 35 and AD. RGB value is (3,53,173). Sum of RGB (Red+Green+Blue) = 3+53+173=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 173 (67.97% from 255 or 75.55% from 229); Max value from RGB is 173 - color contains mainly: blue. Hex color #0335AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0335AD is #FCCA52. Grayscale: #333333. Windows color (decimal): -16566867 or 11351299. OLE color: 11351299.

HSL color Cylindrical-coordinate representation of color #0335AD: hue angle of 222.35º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0335AD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 53 173 -
CMYK 0.98 0.69 0 0.32
HSL 222.35º 0.97% 0.35% -
HSV(B) 222.35º 0.98% 0.68% -
XYZ 8.85 5.58 40.15 -
YUV 51.73 196.44 93.24 -
System Red Green Blue C M Y K H S L
Decimal 3 53 173 0.98 0.69 0 0.32 222.35 0.97 0.35
Hex 3 35 AD 62 45 0 20 DE 61 23
Octal 3 65 255 142 105 0 40 336 141 43
Binary 11 110101 10101101 1100010 1000101 0 100000 11011110 1100001 100011

Color Harmonies of #0335AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0335AD

Black with #0335AD

Text Example


Text Example

White with #0335AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0335AD; }

 p { color: rgb(3,53,173); }

 H1.HeaderClassName
 {
   color: #0335AD;
 }
 .AnyTagClassName
 {
   color: #0335AD;
 }
</style>

background-color css

<style>
 a { background-color: #0335AD; }

 a { background-color: rgb(3,53,173); }

 div.DivClassName
 {
   background-color: #0335AD;
 }
 .BgClassName
 {
   background-color: #0335AD;
 }
</style>

border-color css

<style>
 span { border-color: #0335AD; }

 span { border-color: rgb(3,53,173); }

 td.TdClassName
 {
   border-color: #0335AD;
 }
 .TagClassName
 {
   border-color: #0335AD;
 }
</style>