Html Css Color HEX #032CAE International Klein Blue

📋 copy color: '#032CAE'

red 3 ◦ green 44 ◦ blue 174

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

Shades of International Klein Blue #032CAE

Tints of International Klein Blue #032CAE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

 BLUE value IS 174 (68.36% from 255) = 78.73%

R = 1.36%
G = 19.91%
B = 78.73%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#032CAE (or 0x032CAE) is known color: International Klein Blue. HEX triplet: 03, 2C and AE. RGB value is (3,44,174). Sum of RGB (Red+Green+Blue) = 3+44+174=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 174 (68.36% from 255 or 78.73% from 221); Max value from RGB is 174 - color contains mainly: blue. Hex color #032CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CAE is #FCD351. Grayscale: #2E2E2E. Windows color (decimal): -16569170 or 11414531. OLE color: 11414531.

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

Color convert

RGB 3 44 174 -
CMYK 0.98 0.75 0 0.32
HSL 225.61º 0.97% 0.35% -
HSV(B) 225.61º 0.98% 0.68% -
XYZ 8.58 4.88 40.53 -
YUV 46.56 199.92 96.93 -
System Red Green Blue C M Y K H S L
Decimal 3 44 174 0.98 0.75 0 0.32 225.61 0.97 0.35
Hex 3 2C AE 62 4B 0 20 E2 61 23
Octal 3 54 256 142 113 0 40 342 141 43
Binary 11 101100 10101110 1100010 1001011 0 100000 11100010 1100001 100011

Color Harmonies of #032CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CAE

Black with #032CAE

Text Example


Text Example

White with #032CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032CAE; }

 p { color: rgb(3,44,174); }

 H1.HeaderClassName
 {
   color: #032CAE;
 }
 .AnyTagClassName
 {
   color: #032CAE;
 }
</style>

background-color css

<style>
 a { background-color: #032CAE; }

 a { background-color: rgb(3,44,174); }

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

border-color css

<style>
 span { border-color: #032CAE; }

 span { border-color: rgb(3,44,174); }

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