#03236E

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

Shades of Sapphire #03236E

Tints of Sapphire #03236E

Color information

#03236E (or 0x03236E) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 6E. RGB value is (3,35,110). Sum of RGB (Red+Green+Blue) = 3+35+110=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 110 (43.36% from 255 or 74.32% from 148); Max value from RGB is 110 - color contains mainly: blue. Hex color #03236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03236E is #FCDC91. Grayscale: #212121. Windows color (decimal): -16571538 or 7217923. OLE color: 7217923.

HSL color Cylindrical-coordinate representation of color #03236E: hue angle of 222.06º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03236E is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB335110-
CMYK0.970.6800.57
HSL222.06º94.69%22.16%-
HSV(B)222.06º97.27%43.14%-
XYZ3.452.3515.02-
YUV33.98170.9105.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 110 (43.36% from 255) = 74.32%
R=2.03%
G=23.65%
B=74.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3351100.970.6800.57222.0694.6922.16
Hex3236E6144039de5f16
Octal34315614110407133613726
Binary11100011110111011000011000100011100111011110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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