Html Css Color HEX #031FAC International Klein Blue

📋 copy color: '#031FAC'

red 3 ◦ green 31 ◦ blue 172

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

Shades of International Klein Blue #031FAC

Tints of International Klein Blue #031FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 83.5%

R = 1.46%
G = 15.05%
B = 83.5%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#031FAC (or 0x031FAC) is known color: International Klein Blue. HEX triplet: 03, 1F and AC. RGB value is (3,31,172). Sum of RGB (Red+Green+Blue) = 3+31+172=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 172 (67.58% from 255 or 83.50% from 206); Max value from RGB is 172 - color contains mainly: blue. Hex color #031FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FAC is #FCE053. Grayscale: #262626. Windows color (decimal): -16572500 or 11280131. OLE color: 11280131.

HSL color Cylindrical-coordinate representation of color #031FAC: hue angle of 230.06º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FAC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 31 172 -
CMYK 0.98 0.82 0 0.33
HSL 230.06º 0.97% 0.34% -
HSV(B) 230.06º 0.98% 0.67% -
XYZ 7.97 3.98 39.38 -
YUV 38.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 3 31 172 0.98 0.82 0 0.33 230.06 0.97 0.34
Hex 3 1F AC 62 52 0 21 E6 61 22
Octal 3 37 254 142 122 0 41 346 141 42
Binary 11 11111 10101100 1100010 1010010 0 100001 11100110 1100001 100010

Color Harmonies of #031FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FAC

Black with #031FAC

Text Example


Text Example

White with #031FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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