Html Css Color HEX #033AAD International Klein Blue

📋 copy color: '#033AAD'

red 3 ◦ green 58 ◦ blue 173

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

Shades of International Klein Blue #033AAD

Tints of International Klein Blue #033AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 1.28%
G = 24.79%
B = 73.93%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#033AAD (or 0x033AAD) is known color: International Klein Blue. HEX triplet: 03, 3A and AD. RGB value is (3,58,173). Sum of RGB (Red+Green+Blue) = 3+58+173=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 173 (67.97% from 255 or 73.93% from 234); Max value from RGB is 173 - color contains mainly: blue. Hex color #033AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033AAD is #FCC552. Grayscale: #363636. Windows color (decimal): -16565587 or 11352579. OLE color: 11352579.

HSL color Cylindrical-coordinate representation of color #033AAD: hue angle of 220.59º 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 #033AAD is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 58 173 -
CMYK 0.98 0.66 0 0.32
HSL 220.59º 0.97% 0.35% -
HSV(B) 220.59º 0.98% 0.68% -
XYZ 9.09 6.06 40.23 -
YUV 54.67 194.78 91.15 -
System Red Green Blue C M Y K H S L
Decimal 3 58 173 0.98 0.66 0 0.32 220.59 0.97 0.35
Hex 3 3A AD 62 42 0 20 DD 61 23
Octal 3 72 255 142 102 0 40 335 141 43
Binary 11 111010 10101101 1100010 1000010 0 100000 11011101 1100001 100011

Color Harmonies of #033AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033AAD

Black with #033AAD

Text Example


Text Example

White with #033AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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