Html Css Color HEX #032FA4 International Klein Blue

📋 copy color: '#032FA4'

red 3 ◦ green 47 ◦ blue 164

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

Shades of International Klein Blue #032FA4

Tints of International Klein Blue #032FA4

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.96%

 BLUE value IS 164 (64.45% from 255) = 76.64%

R = 1.4%
G = 21.96%
B = 76.64%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#032FA4 (or 0x032FA4) is known color: International Klein Blue. HEX triplet: 03, 2F and A4. RGB value is (3,47,164). Sum of RGB (Red+Green+Blue) = 3+47+164=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 47 (18.75% from 255 or 21.96% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #032FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032FA4 is #FCD05B. Grayscale: #2E2E2E. Windows color (decimal): -16568412 or 10759939. OLE color: 10759939.

HSL color Cylindrical-coordinate representation of color #032FA4: hue angle of 223.6º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032FA4 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 47 164 -
CMYK 0.98 0.71 0 0.36
HSL 223.6º 0.96% 0.33% -
HSV(B) 223.6º 0.98% 0.64% -
XYZ 7.75 4.73 35.63 -
YUV 47.18 193.92 96.49 -
System Red Green Blue C M Y K H S L
Decimal 3 47 164 0.98 0.71 0 0.36 223.6 0.96 0.33
Hex 3 2F A4 62 47 0 24 E0 60 21
Octal 3 57 244 142 107 0 44 340 140 41
Binary 11 101111 10100100 1100010 1000111 0 100100 11100000 1100000 100001

Color Harmonies of #032FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FA4

Black with #032FA4

Text Example


Text Example

White with #032FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,47,164); }

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

background-color css

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

 a { background-color: rgb(3,47,164); }

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

border-color css

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

 span { border-color: rgb(3,47,164); }

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