#03235A

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

Shades of Sapphire #03235A

Tints of Sapphire #03235A

Color information

#03235A (or 0x03235A) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 5A. RGB value is (3,35,90). Sum of RGB (Red+Green+Blue) = 3+35+90=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 90 (35.55% from 255 or 70.31% from 128); Max value from RGB is 90 - color contains mainly: blue. Hex color #03235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03235A is #FCDCA5. Grayscale: #1F1F1F. Windows color (decimal): -16571558 or 5907203. OLE color: 5907203.

HSL color Cylindrical-coordinate representation of color #03235A: hue angle of 217.93º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03235A is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33590-
CMYK0.970.6100.65
HSL217.93º93.55%18.24%-
HSV(B)217.93º96.67%35.29%-
XYZ2.481.969.92-
YUV31.7160.9107.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 90 (35.55% from 255) = 70.31%
R=2.34%
G=27.34%
B=70.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal335900.970.6100.65217.9393.5518.24
Hex3235A613D041da5e12
Octal34313214175010133213622
Binary11100011101101011000011111010100000111011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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