#03234D

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

Shades of Sapphire #03234D

Tints of Sapphire #03234D

Color information

#03234D (or 0x03234D) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 4D. RGB value is (3,35,77). Sum of RGB (Red+Green+Blue) = 3+35+77=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #03234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03234D is #FCDCB2. Grayscale: #1E1E1E. Windows color (decimal): -16571571 or 5055235. OLE color: 5055235.

HSL color Cylindrical-coordinate representation of color #03234D: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03234D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB33577-
CMYK0.960.5500.70
HSL214.05º92.5%15.69%-
HSV(B)214.05º96.1%30.2%-
XYZ1.981.767.26-
YUV30.22154.4108.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 35 (14.06% from 255) = 30.43%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=2.61%
G=30.43%
B=66.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal335770.960.5500.70214.0592.515.69
Hex3234D6037046d65c10
Octal34311514067010632613420
Binary11100011100110111000001101110100011011010110101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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