Html Css Color HEX #031FA3 International Klein Blue

📋 copy color: '#031FA3'

red 3 ◦ green 31 ◦ blue 163

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

Shades of International Klein Blue #031FA3

Tints of International Klein Blue #031FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 82.74%

R = 1.52%
G = 15.74%
B = 82.74%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#031FA3 (or 0x031FA3) is known color: International Klein Blue. HEX triplet: 03, 1F and A3. RGB value is (3,31,163). Sum of RGB (Red+Green+Blue) = 3+31+163=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 163 (64.06% from 255 or 82.74% from 197); Max value from RGB is 163 - color contains mainly: blue. Hex color #031FA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FA3 is #FCE05C. Grayscale: #252525. Windows color (decimal): -16572509 or 10690307. OLE color: 10690307.

HSL color Cylindrical-coordinate representation of color #031FA3: hue angle of 229.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031FA3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 31 163 -
CMYK 0.98 0.81 0 0.36
HSL 229.5º 0.96% 0.33% -
HSV(B) 229.5º 0.98% 0.64% -
XYZ 7.14 3.64 34.98 -
YUV 37.68 198.72 103.27 -
System Red Green Blue C M Y K H S L
Decimal 3 31 163 0.98 0.81 0 0.36 229.5 0.96 0.33
Hex 3 1F A3 62 51 0 24 E6 60 21
Octal 3 37 243 142 121 0 44 346 140 41
Binary 11 11111 10100011 1100010 1010001 0 100100 11100110 1100000 100001

Color Harmonies of #031FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031FA3

Black with #031FA3

Text Example


Text Example

White with #031FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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