Html Css Color HEX #032FBA International Klein Blue

📋 copy color: '#032FBA'

red 3 ◦ green 47 ◦ blue 186

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

Shades of International Klein Blue #032FBA

Tints of International Klein Blue #032FBA

RGB

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

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

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

R = 1.27%
G = 19.92%
B = 78.81%

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

#032FBA (or 0x032FBA) is known color: International Klein Blue. HEX triplet: 03, 2F and BA. RGB value is (3,47,186). Sum of RGB (Red+Green+Blue) = 3+47+186=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 186 (73.05% from 255 or 78.81% from 236); Max value from RGB is 186 - color contains mainly: blue. Hex color #032FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032FBA is #FCD045. Grayscale: #313131. Windows color (decimal): -16568390 or 12201731. OLE color: 12201731.

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

Color convert

RGB 3 47 186 -
CMYK 0.98 0.75 0 0.27
HSL 225.57º 0.97% 0.37% -
HSV(B) 225.57º 0.98% 0.73% -
XYZ 9.92 5.6 47.01 -
YUV 49.69 204.92 94.7 -
System Red Green Blue C M Y K H S L
Decimal 3 47 186 0.98 0.75 0 0.27 225.57 0.97 0.37
Hex 3 2F BA 62 4B 0 1B E2 61 25
Octal 3 57 272 142 113 0 33 342 141 45
Binary 11 101111 10111010 1100010 1001011 0 11011 11100010 1100001 100101

Color Harmonies of #032FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032FBA

Black with #032FBA

Text Example


Text Example

White with #032FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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