Html Css Color HEX #031F90 Smalt

📋 copy color: '#031F90'

red 3 ◦ green 31 ◦ blue 144

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

Shades of Smalt #031F90

Tints of Smalt #031F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 80.9%

R = 1.69%
G = 17.42%
B = 80.9%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031F90 (or 0x031F90) is known color: Smalt. HEX triplet: 03, 1F and 90. RGB value is (3,31,144). Sum of RGB (Red+Green+Blue) = 3+31+144=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #031F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F90 is #FCE06F. Grayscale: #232323. Windows color (decimal): -16572528 or 9445123. OLE color: 9445123.

HSL color Cylindrical-coordinate representation of color #031F90: hue angle of 228.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031F90 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 31 144 -
CMYK 0.98 0.78 0 0.44
HSL 228.09º 0.96% 0.29% -
HSV(B) 228.09º 0.98% 0.56% -
XYZ 5.56 3.01 26.67 -
YUV 35.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 3 31 144 0.98 0.78 0 0.44 228.09 0.96 0.29
Hex 3 1F 90 62 4E 0 2C E4 60 1D
Octal 3 37 220 142 116 0 54 344 140 35
Binary 11 11111 10010000 1100010 1001110 0 101100 11100100 1100000 11101

Color Harmonies of #031F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F90

Black with #031F90

Text Example


Text Example

White with #031F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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