Html Css Color HEX #032DBA International Klein Blue

📋 copy color: '#032DBA'

red 3 ◦ green 45 ◦ blue 186

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

Shades of International Klein Blue #032DBA

Tints of International Klein Blue #032DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.23%

 BLUE value IS 186 (73.05% from 255) = 79.49%

R = 1.28%
G = 19.23%
B = 79.49%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032DBA (or 0x032DBA) is known color: International Klein Blue. HEX triplet: 03, 2D and BA. RGB value is (3,45,186). Sum of RGB (Red+Green+Blue) = 3+45+186=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #032DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DBA is #FCD245. Grayscale: #2F2F2F. Windows color (decimal): -16568902 or 12201219. OLE color: 12201219.

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

Color convert

RGB 3 45 186 -
CMYK 0.98 0.76 0 0.27
HSL 226.23º 0.97% 0.37% -
HSV(B) 226.23º 0.98% 0.73% -
XYZ 9.84 5.44 46.99 -
YUV 48.52 205.59 95.54 -
System Red Green Blue C M Y K H S L
Decimal 3 45 186 0.98 0.76 0 0.27 226.23 0.97 0.37
Hex 3 2D BA 62 4C 0 1B E2 61 25
Octal 3 55 272 142 114 0 33 342 141 45
Binary 11 101101 10111010 1100010 1001100 0 11011 11100010 1100001 100101

Color Harmonies of #032DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DBA

Black with #032DBA

Text Example


Text Example

White with #032DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,45,186); }

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

background-color css

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

 a { background-color: rgb(3,45,186); }

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

border-color css

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

 span { border-color: rgb(3,45,186); }

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