#032867

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

Shades of Sapphire #032867

Tints of Sapphire #032867

Color information

#032867 (or 0x032867) is unknown color: approx Sapphire. HEX triplet: 03, 28 and 67. RGB value is (3,40,103). Sum of RGB (Red+Green+Blue) = 3+40+103=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #032867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032867 is #FCD798. Grayscale: #232323. Windows color (decimal): -16570265 or 6760451. OLE color: 6760451.

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

Color convert

RGB340103-
CMYK0.970.6100.60
HSL217.8º94.34%20.78%-
HSV(B)217.8º97.09%40.39%-
XYZ3.242.5213.15-
YUV36.12165.74104.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.05%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 103 (40.62% from 255) = 70.55%
R=2.05%
G=27.40%
B=70.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3401030.970.6100.60217.894.3420.78
Hex32867613D03Cda5e15
Octal3501471417507433213625
Binary1110100011001111100001111101011110011011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032867; }

 p { color: rgb(3,40,103); }

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

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

 a { background-color: rgb(3,40,103); }

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

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

 span { border-color: rgb(3,40,103); }

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