#032665

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

Shades of Sapphire #032665

Tints of Sapphire #032665

Color information

#032665 (or 0x032665) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 65. RGB value is (3,38,101). Sum of RGB (Red+Green+Blue) = 3+38+101=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 101 (39.84% from 255 or 71.13% from 142); Max value from RGB is 101 - color contains mainly: blue. Hex color #032665 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032665 is #FCD99A. Grayscale: #222222. Windows color (decimal): -16570779 or 6628867. OLE color: 6628867.

HSL color Cylindrical-coordinate representation of color #032665: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032665 is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB338101-
CMYK0.970.6200.60
HSL218.57º94.23%20.39%-
HSV(B)218.57º97.03%39.61%-
XYZ3.082.3512.6-
YUV34.72165.4105.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.11%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 101 (39.84% from 255) = 71.13%
R=2.11%
G=26.76%
B=71.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3381010.970.6200.60218.5794.2320.39
Hex32665613E03Cdb5e14
Octal3461451417607433313624
Binary1110011011001011100001111110011110011011011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032665; }

 p { color: rgb(3,38,101); }

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

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

 a { background-color: rgb(3,38,101); }

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

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

 span { border-color: rgb(3,38,101); }

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