Html Css Color HEX #031FC2 International Klein Blue

📋 copy color: '#031FC2'

red 3 ◦ green 31 ◦ blue 194

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

Shades of International Klein Blue #031FC2

Tints of International Klein Blue #031FC2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 194 (76.17% from 255) = 85.09%

R = 1.32%
G = 13.6%
B = 85.09%

CMYK

 C value IS 0.98

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#031FC2 (or 0x031FC2) is known color: International Klein Blue. HEX triplet: 03, 1F and C2. RGB value is (3,31,194). Sum of RGB (Red+Green+Blue) = 3+31+194=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 194 (76.17% from 255 or 85.09% from 228); Max value from RGB is 194 - color contains mainly: blue. Hex color #031FC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031FC2 is #FCE03D. Grayscale: #282828. Windows color (decimal): -16572478 or 12721923. OLE color: 12721923.

HSL color Cylindrical-coordinate representation of color #031FC2: hue angle of 231.2º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FC2 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 31 194 -
CMYK 0.98 0.84 0 0.24
HSL 231.2º 0.97% 0.39% -
HSV(B) 231.2º 0.98% 0.76% -
XYZ 10.27 4.89 51.44 -
YUV 41.21 214.22 100.75 -
System Red Green Blue C M Y K H S L
Decimal 3 31 194 0.98 0.84 0 0.24 231.2 0.97 0.39
Hex 3 1F C2 62 54 0 18 E7 61 27
Octal 3 37 302 142 124 0 30 347 141 47
Binary 11 11111 11000010 1100010 1010100 0 11000 11100111 1100001 100111

Color Harmonies of #031FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FC2

Black with #031FC2

Text Example


Text Example

White with #031FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031FC2; }

 p { color: rgb(3,31,194); }

 H1.HeaderClassName
 {
   color: #031FC2;
 }
 .AnyTagClassName
 {
   color: #031FC2;
 }
</style>

background-color css

<style>
 a { background-color: #031FC2; }

 a { background-color: rgb(3,31,194); }

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

border-color css

<style>
 span { border-color: #031FC2; }

 span { border-color: rgb(3,31,194); }

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