#03234E

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

Shades of Sapphire #03234E

Tints of Sapphire #03234E

Color information

#03234E (or 0x03234E) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 4E. RGB value is (3,35,78). Sum of RGB (Red+Green+Blue) = 3+35+78=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #03234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03234E is #FCDCB1. Grayscale: #1E1E1E. Windows color (decimal): -16571570 or 5120771. OLE color: 5120771.

HSL color Cylindrical-coordinate representation of color #03234E: hue angle of 214.4º 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 #03234E is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33578-
CMYK0.960.5500.69
HSL214.4º92.59%15.88%-
HSV(B)214.4º96.15%30.59%-
XYZ2.011.777.44-
YUV30.33154.9108.5-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=2.59%
G=30.17%
B=67.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal335780.960.5500.69214.492.5915.88
Hex3234E6037045d65d10
Octal34311614067010532613520
Binary11100011100111011000001101110100010111010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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