Html Css Color HEX #032ABC International Klein Blue

📋 copy color: '#032ABC'

red 3 ◦ green 42 ◦ blue 188

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

Shades of International Klein Blue #032ABC

Tints of International Klein Blue #032ABC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 188 (73.83% from 255) = 80.69%

R = 1.29%
G = 18.03%
B = 80.69%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#032ABC (or 0x032ABC) is known color: International Klein Blue. HEX triplet: 03, 2A and BC. RGB value is (3,42,188). Sum of RGB (Red+Green+Blue) = 3+42+188=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #032ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032ABC is #FCD543. Grayscale: #2E2E2E. Windows color (decimal): -16569668 or 12331523. OLE color: 12331523.

HSL color Cylindrical-coordinate representation of color #032ABC: hue angle of 227.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032ABC is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 42 188 -
CMYK 0.98 0.78 0 0.26
HSL 227.35º 0.97% 0.37% -
HSV(B) 227.35º 0.98% 0.74% -
XYZ 9.94 5.31 48.08 -
YUV 46.98 207.58 96.63 -
System Red Green Blue C M Y K H S L
Decimal 3 42 188 0.98 0.78 0 0.26 227.35 0.97 0.37
Hex 3 2A BC 62 4E 0 1A E3 61 25
Octal 3 52 274 142 116 0 32 343 141 45
Binary 11 101010 10111100 1100010 1001110 0 11010 11100011 1100001 100101

Color Harmonies of #032ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032ABC

Black with #032ABC

Text Example


Text Example

White with #032ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,188); }

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

background-color css

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

 a { background-color: rgb(3,42,188); }

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

border-color css

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

 span { border-color: rgb(3,42,188); }

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