Html Css Color HEX #032DBB International Klein Blue

📋 copy color: '#032DBB'

red 3 ◦ green 45 ◦ blue 187

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

Shades of International Klein Blue #032DBB

Tints of International Klein Blue #032DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.15%

 BLUE value IS 187 (73.44% from 255) = 79.57%

R = 1.28%
G = 19.15%
B = 79.57%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032DBB (or 0x032DBB) is known color: International Klein Blue. HEX triplet: 03, 2D and BB. RGB value is (3,45,187). Sum of RGB (Red+Green+Blue) = 3+45+187=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 187 (73.44% from 255 or 79.57% from 235); Max value from RGB is 187 - color contains mainly: blue. Hex color #032DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DBB is #FCD244. Grayscale: #303030. Windows color (decimal): -16568901 or 12266755. OLE color: 12266755.

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

Color convert

RGB 3 45 187 -
CMYK 0.98 0.76 0 0.27
HSL 226.3º 0.97% 0.37% -
HSV(B) 226.3º 0.98% 0.73% -
XYZ 9.95 5.48 47.55 -
YUV 48.63 206.09 95.45 -
System Red Green Blue C M Y K H S L
Decimal 3 45 187 0.98 0.76 0 0.27 226.3 0.97 0.37
Hex 3 2D BB 62 4C 0 1B E2 61 25
Octal 3 55 273 142 114 0 33 342 141 45
Binary 11 101101 10111011 1100010 1001100 0 11011 11100010 1100001 100101

Color Harmonies of #032DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DBB

Black with #032DBB

Text Example


Text Example

White with #032DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,45,187); }

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

background-color css

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

 a { background-color: rgb(3,45,187); }

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

border-color css

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

 span { border-color: rgb(3,45,187); }

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