Html Css Color HEX #032BBB International Klein Blue

📋 copy color: '#032BBB'

red 3 ◦ green 43 ◦ blue 187

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

Shades of International Klein Blue #032BBB

Tints of International Klein Blue #032BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.45%

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

R = 1.29%
G = 18.45%
B = 80.26%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032BBB (or 0x032BBB) is known color: International Klein Blue. HEX triplet: 03, 2B and BB. RGB value is (3,43,187). Sum of RGB (Red+Green+Blue) = 3+43+187=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #032BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BBB is #FCD444. Grayscale: #2E2E2E. Windows color (decimal): -16569413 or 12266243. OLE color: 12266243.

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

Color convert

RGB 3 43 187 -
CMYK 0.98 0.77 0 0.27
HSL 226.96º 0.97% 0.37% -
HSV(B) 226.96º 0.98% 0.73% -
XYZ 9.87 5.33 47.52 -
YUV 47.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 3 43 187 0.98 0.77 0 0.27 226.96 0.97 0.37
Hex 3 2B BB 62 4D 0 1B E3 61 25
Octal 3 53 273 142 115 0 33 343 141 45
Binary 11 101011 10111011 1100010 1001101 0 11011 11100011 1100001 100101

Color Harmonies of #032BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BBB

Black with #032BBB

Text Example


Text Example

White with #032BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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