#03174E

Color #03174E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #03174E

Tints of Sapphire #03174E

Color information

#03174E (or 0x03174E) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 4E. RGB value is (3,23,78). Sum of RGB (Red+Green+Blue) = 3+23+78=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 78 (30.86% from 255 or 75% from 104); Max value from RGB is 78 - color contains mainly: blue. Hex color #03174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03174E is #FCE8B1. Grayscale: #171717. Windows color (decimal): -16574642 or 5117699. OLE color: 5117699.

HSL color Cylindrical-coordinate representation of color #03174E: hue angle of 224º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03174E is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB32378-
CMYK0.960.7100.69
HSL224º92.59%15.88%-
HSV(B)224º96.15%30.59%-
XYZ1.721.187.35-
YUV23.29158.87113.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.88%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 78 (30.86% from 255) = 75%
R=2.88%
G=22.12%
B=75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal323780.960.7100.6922492.5915.88
Hex3174E6047045e05d10
Octal327116140107010534013520
Binary11101111001110110000010001110100010111100000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03174E; }

 p { color: rgb(3,23,78); }

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

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

 a { background-color: rgb(3,23,78); }

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

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

 span { border-color: rgb(3,23,78); }

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