#031CB1

Color #031CB1 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #031CB1

Tints of International Klein Blue #031CB1

Color information

#031CB1 (or 0x031CB1) is unknown color: approx International Klein Blue. HEX triplet: 03, 1C and B1. RGB value is (3,28,177). Sum of RGB (Red+Green+Blue) = 3+28+177=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 177 (69.53% from 255 or 85.10% from 208); Max value from RGB is 177 - color contains mainly: blue. Hex color #031CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031CB1 is #FCE34E. Grayscale: #242424. Windows color (decimal): -16573263 or 11607043. OLE color: 11607043.

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

Color convert

RGB328177-
CMYK0.980.8400.31
HSL231.38º96.67%35.29%-
HSV(B)231.38º98.31%69.41%-
XYZ8.394.0241.93-
YUV37.51206.72103.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 28 (11.33% from 255) = 13.46%
BLUE value IS 177 (69.53% from 255) = 85.10%
R=1.44%
G=13.46%
B=85.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3281770.980.8400.31231.3896.6735.29
Hex31CB1625401Fe76123
Octal33426114212403734714143
Binary11111001011000111000101010100011111111001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,28,177); }

 H1.HeaderClassName
 {
   color: #031CB1;
 }
 .AnyTagClassName
 {
   color: #031CB1;
 }
</style>
background-color css

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

 a { background-color: rgb(3,28,177); }

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

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

 span { border-color: rgb(3,28,177); }

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