#03275B

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

Shades of Sapphire #03275B

Tints of Sapphire #03275B

Color information

#03275B (or 0x03275B) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 5B. RGB value is (3,39,91). Sum of RGB (Red+Green+Blue) = 3+39+91=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 91 (35.94% from 255 or 68.42% from 133); Max value from RGB is 91 - color contains mainly: blue. Hex color #03275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03275B is #FCD8A4. Grayscale: #212121. Windows color (decimal): -16570533 or 5973763. OLE color: 5973763.

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

Color convert

RGB33991-
CMYK0.970.5700.64
HSL215.45º93.62%18.43%-
HSV(B)215.45º96.7%35.69%-
XYZ2.652.2310.19-
YUV34.16160.07105.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 39 (15.62% from 255) = 29.32%
BLUE value IS 91 (35.94% from 255) = 68.42%
R=2.26%
G=29.32%
B=68.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal339910.970.5700.64215.4593.6218.43
Hex3275B6139040d75e12
Octal34713314171010032713622
Binary11100111101101111000011110010100000011010111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03275B; }

 p { color: rgb(3,39,91); }

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

<style>
 a { background-color: #03275B; }

 a { background-color: rgb(3,39,91); }

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

<style>
 span { border-color: #03275B; }

 span { border-color: rgb(3,39,91); }

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