Html Css Color HEX #031646 Sapphire

📋 copy color: '#031646'

red 3 ◦ green 22 ◦ blue 70

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

Shades of Sapphire #031646

Tints of Sapphire #031646

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 70 (27.73% from 255) = 73.68%

R = 3.16%
G = 23.16%
B = 73.68%

CMYK

 C value IS 0.96

 M value IS 0.69

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#031646 (or 0x031646) is known color: Sapphire. HEX triplet: 03, 16 and 46. RGB value is (3,22,70). Sum of RGB (Red+Green+Blue) = 3+22+70=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #031646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031646 is #FCE9B9. Grayscale: #151515. Windows color (decimal): -16574906 or 4593155. OLE color: 4593155.

HSL color Cylindrical-coordinate representation of color #031646: hue angle of 222.99º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031646 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 22 70 -
CMYK 0.96 0.69 0 0.73
HSL 222.99º 0.92% 0.14% -
HSV(B) 222.99º 0.96% 0.27% -
XYZ 1.43 1.04 5.92 -
YUV 21.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 3 22 70 0.96 0.69 0 0.73 222.99 0.92 0.14
Hex 3 16 46 60 45 0 49 DF 5C E
Octal 3 26 106 140 105 0 111 337 134 16
Binary 11 10110 1000110 1100000 1000101 0 1001001 11011111 1011100 1110

Color Harmonies of #031646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031646

Black with #031646

Text Example


Text Example

White with #031646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031646; }

 p { color: rgb(3,22,70); }

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

background-color css

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

 a { background-color: rgb(3,22,70); }

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

border-color css

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

 span { border-color: rgb(3,22,70); }

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