Html Css Color HEX #032FBB International Klein Blue

📋 copy color: '#032FBB'

red 3 ◦ green 47 ◦ blue 187

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

Shades of International Klein Blue #032FBB

Tints of International Klein Blue #032FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.83%

 BLUE value IS 187 (73.44% from 255) = 78.9%

R = 1.27%
G = 19.83%
B = 78.9%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#032FBB (or 0x032FBB) is known color: International Klein Blue. HEX triplet: 03, 2F and BB. RGB value is (3,47,187). Sum of RGB (Red+Green+Blue) = 3+47+187=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 187 (73.44% from 255 or 78.90% from 237); Max value from RGB is 187 - color contains mainly: blue. Hex color #032FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FBB is #FCD044. Grayscale: #313131. Windows color (decimal): -16568389 or 12267267. OLE color: 12267267.

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

Color convert

RGB 3 47 187 -
CMYK 0.98 0.75 0 0.27
HSL 225.65º 0.97% 0.37% -
HSV(B) 225.65º 0.98% 0.73% -
XYZ 10.02 5.64 47.57 -
YUV 49.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 3 47 187 0.98 0.75 0 0.27 225.65 0.97 0.37
Hex 3 2F BB 62 4B 0 1B E2 61 25
Octal 3 57 273 142 113 0 33 342 141 45
Binary 11 101111 10111011 1100010 1001011 0 11011 11100010 1100001 100101

Color Harmonies of #032FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FBB

Black with #032FBB

Text Example


Text Example

White with #032FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,47,187); }

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

background-color css

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

 a { background-color: rgb(3,47,187); }

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

border-color css

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

 span { border-color: rgb(3,47,187); }

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