Html Css Color HEX #032BBC International Klein Blue

📋 copy color: '#032BBC'

red 3 ◦ green 43 ◦ blue 188

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

Shades of International Klein Blue #032BBC

Tints of International Klein Blue #032BBC

RGB

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

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

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

R = 1.28%
G = 18.38%
B = 80.34%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#032BBC (or 0x032BBC) is known color: International Klein Blue. HEX triplet: 03, 2B and BC. RGB value is (3,43,188). Sum of RGB (Red+Green+Blue) = 3+43+188=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #032BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032BBC is #FCD443. Grayscale: #2E2E2E. Windows color (decimal): -16569412 or 12331779. OLE color: 12331779.

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

Color convert

RGB 3 43 188 -
CMYK 0.98 0.77 0 0.26
HSL 227.03º 0.97% 0.37% -
HSV(B) 227.03º 0.98% 0.74% -
XYZ 9.98 5.38 48.09 -
YUV 47.57 207.25 96.21 -
System Red Green Blue C M Y K H S L
Decimal 3 43 188 0.98 0.77 0 0.26 227.03 0.97 0.37
Hex 3 2B BC 62 4D 0 1A E3 61 25
Octal 3 53 274 142 115 0 32 343 141 45
Binary 11 101011 10111100 1100010 1001101 0 11010 11100011 1100001 100101

Color Harmonies of #032BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BBC

Black with #032BBC

Text Example


Text Example

White with #032BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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