Html Css Color HEX #032DBE International Klein Blue

📋 copy color: '#032DBE'

red 3 ◦ green 45 ◦ blue 190

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

Shades of International Klein Blue #032DBE

Tints of International Klein Blue #032DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 79.83%

R = 1.26%
G = 18.91%
B = 79.83%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#032DBE (or 0x032DBE) is known color: International Klein Blue. HEX triplet: 03, 2D and BE. RGB value is (3,45,190). Sum of RGB (Red+Green+Blue) = 3+45+190=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 190 (74.61% from 255 or 79.83% from 238); Max value from RGB is 190 - color contains mainly: blue. Hex color #032DBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DBE is #FCD241. Grayscale: #303030. Windows color (decimal): -16568898 or 12463363. OLE color: 12463363.

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

Color convert

RGB 3 45 190 -
CMYK 0.98 0.76 0 0.25
HSL 226.52º 0.97% 0.38% -
HSV(B) 226.52º 0.98% 0.75% -
XYZ 10.27 5.61 49.26 -
YUV 48.97 207.59 95.21 -
System Red Green Blue C M Y K H S L
Decimal 3 45 190 0.98 0.76 0 0.25 226.52 0.97 0.38
Hex 3 2D BE 62 4C 0 19 E3 61 26
Octal 3 55 276 142 114 0 31 343 141 46
Binary 11 101101 10111110 1100010 1001100 0 11001 11100011 1100001 100110

Color Harmonies of #032DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032DBE

Black with #032DBE

Text Example


Text Example

White with #032DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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