Html Css Color HEX #033BAA International Klein Blue

📋 copy color: '#033BAA'

red 3 ◦ green 59 ◦ blue 170

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

Shades of International Klein Blue #033BAA

Tints of International Klein Blue #033BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.43%

 BLUE value IS 170 (66.8% from 255) = 73.28%

R = 1.29%
G = 25.43%
B = 73.28%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#033BAA (or 0x033BAA) is known color: International Klein Blue. HEX triplet: 03, 3B and AA. RGB value is (3,59,170). Sum of RGB (Red+Green+Blue) = 3+59+170=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #033BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033BAA is #FCC455. Grayscale: #363636. Windows color (decimal): -16565334 or 11156227. OLE color: 11156227.

HSL color Cylindrical-coordinate representation of color #033BAA: hue angle of 219.88º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033BAA is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 59 170 -
CMYK 0.98 0.65 0 0.33
HSL 219.88º 0.97% 0.34% -
HSV(B) 219.88º 0.98% 0.67% -
XYZ 8.86 6.05 38.73 -
YUV 54.91 192.95 90.97 -
System Red Green Blue C M Y K H S L
Decimal 3 59 170 0.98 0.65 0 0.33 219.88 0.97 0.34
Hex 3 3B AA 62 41 0 21 DC 61 22
Octal 3 73 252 142 101 0 41 334 141 42
Binary 11 111011 10101010 1100010 1000001 0 100001 11011100 1100001 100010

Color Harmonies of #033BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033BAA

Black with #033BAA

Text Example


Text Example

White with #033BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033BAA; }

 p { color: rgb(3,59,170); }

 H1.HeaderClassName
 {
   color: #033BAA;
 }
 .AnyTagClassName
 {
   color: #033BAA;
 }
</style>

background-color css

<style>
 a { background-color: #033BAA; }

 a { background-color: rgb(3,59,170); }

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

border-color css

<style>
 span { border-color: #033BAA; }

 span { border-color: rgb(3,59,170); }

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