#03235C

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

Shades of Sapphire #03235C

Tints of Sapphire #03235C

Color information

#03235C (or 0x03235C) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 5C. RGB value is (3,35,92). Sum of RGB (Red+Green+Blue) = 3+35+92=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 92 (36.33% from 255 or 70.77% from 130); Max value from RGB is 92 - color contains mainly: blue. Hex color #03235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03235C is #FCDCA3. Grayscale: #1F1F1F. Windows color (decimal): -16571556 or 6038275. OLE color: 6038275.

HSL color Cylindrical-coordinate representation of color #03235C: hue angle of 218.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03235C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB33592-
CMYK0.970.6200.64
HSL218.43º93.68%18.63%-
HSV(B)218.43º96.74%36.08%-
XYZ2.571.9910.37-
YUV31.93161.9107.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 92 (36.33% from 255) = 70.77%
R=2.31%
G=26.92%
B=70.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal335920.970.6200.64218.4393.6818.63
Hex3235C613E040da5e13
Octal34313414176010033213623
Binary11100011101110011000011111100100000011011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03235C; }

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

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

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

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

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

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

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

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