Html Css Color HEX #032BB1 International Klein Blue

📋 copy color: '#032BB1'

red 3 ◦ green 43 ◦ blue 177

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

Shades of International Klein Blue #032BB1

Tints of International Klein Blue #032BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 79.37%

R = 1.35%
G = 19.28%
B = 79.37%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#032BB1 (or 0x032BB1) is known color: International Klein Blue. HEX triplet: 03, 2B and B1. RGB value is (3,43,177). Sum of RGB (Red+Green+Blue) = 3+43+177=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #032BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BB1 is #FCD44E. Grayscale: #2D2D2D. Windows color (decimal): -16569423 or 11610883. OLE color: 11610883.

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

Color convert

RGB 3 43 177 -
CMYK 0.98 0.76 0 0.31
HSL 226.21º 0.97% 0.35% -
HSV(B) 226.21º 0.98% 0.69% -
XYZ 8.84 4.92 42.08 -
YUV 46.32 201.75 97.1 -
System Red Green Blue C M Y K H S L
Decimal 3 43 177 0.98 0.76 0 0.31 226.21 0.97 0.35
Hex 3 2B B1 62 4C 0 1F E2 61 23
Octal 3 53 261 142 114 0 37 342 141 43
Binary 11 101011 10110001 1100010 1001100 0 11111 11100010 1100001 100011

Color Harmonies of #032BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BB1

Black with #032BB1

Text Example


Text Example

White with #032BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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