Html Css Color HEX #032CB3 International Klein Blue

📋 copy color: '#032CB3'

red 3 ◦ green 44 ◦ blue 179

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

Shades of International Klein Blue #032CB3

Tints of International Klein Blue #032CB3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.47%

 BLUE value IS 179 (70.31% from 255) = 79.2%

R = 1.33%
G = 19.47%
B = 79.2%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#032CB3 (or 0x032CB3) is known color: International Klein Blue. HEX triplet: 03, 2C and B3. RGB value is (3,44,179). Sum of RGB (Red+Green+Blue) = 3+44+179=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 179 (70.31% from 255 or 79.20% from 226); Max value from RGB is 179 - color contains mainly: blue. Hex color #032CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CB3 is #FCD34C. Grayscale: #2E2E2E. Windows color (decimal): -16569165 or 11742211. OLE color: 11742211.

HSL color Cylindrical-coordinate representation of color #032CB3: hue angle of 226.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CB3 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 44 179 -
CMYK 0.98 0.75 0 0.30
HSL 226.02º 0.97% 0.36% -
HSV(B) 226.02º 0.98% 0.7% -
XYZ 9.07 5.08 43.15 -
YUV 47.13 202.42 96.52 -
System Red Green Blue C M Y K H S L
Decimal 3 44 179 0.98 0.75 0 0.30 226.02 0.97 0.36
Hex 3 2C B3 62 4B 0 1E E2 61 24
Octal 3 54 263 142 113 0 36 342 141 44
Binary 11 101100 10110011 1100010 1001011 0 11110 11100010 1100001 100100

Color Harmonies of #032CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CB3

Black with #032CB3

Text Example


Text Example

White with #032CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,44,179); }

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

background-color css

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

 a { background-color: rgb(3,44,179); }

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

border-color css

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

 span { border-color: rgb(3,44,179); }

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