Html Css Color HEX #032CB4 International Klein Blue

📋 copy color: '#032CB4'

red 3 ◦ green 44 ◦ blue 180

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

Shades of International Klein Blue #032CB4

Tints of International Klein Blue #032CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 79.3%

R = 1.32%
G = 19.38%
B = 79.3%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#032CB4 (or 0x032CB4) is known color: International Klein Blue. HEX triplet: 03, 2C and B4. RGB value is (3,44,180). Sum of RGB (Red+Green+Blue) = 3+44+180=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 180 (70.70% from 255 or 79.30% from 227); Max value from RGB is 180 - color contains mainly: blue. Hex color #032CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032CB4 is #FCD34B. Grayscale: #2E2E2E. Windows color (decimal): -16569164 or 11807747. OLE color: 11807747.

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

Color convert

RGB 3 44 180 -
CMYK 0.98 0.76 0 0.29
HSL 226.1º 0.97% 0.36% -
HSV(B) 226.1º 0.98% 0.71% -
XYZ 9.18 5.12 43.68 -
YUV 47.25 202.92 96.44 -
System Red Green Blue C M Y K H S L
Decimal 3 44 180 0.98 0.76 0 0.29 226.1 0.97 0.36
Hex 3 2C B4 62 4C 0 1D E2 61 24
Octal 3 54 264 142 114 0 35 342 141 44
Binary 11 101100 10110100 1100010 1001100 0 11101 11100010 1100001 100100

Color Harmonies of #032CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032CB4

Black with #032CB4

Text Example


Text Example

White with #032CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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