#032457

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

Shades of Sapphire #032457

Tints of Sapphire #032457

Color information

#032457 (or 0x032457) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 57. RGB value is (3,36,87). Sum of RGB (Red+Green+Blue) = 3+36+87=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #032457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032457 is #FCDBA8. Grayscale: #1F1F1F. Windows color (decimal): -16571305 or 5710851. OLE color: 5710851.

HSL color Cylindrical-coordinate representation of color #032457: hue angle of 216.43º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032457 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB33687-
CMYK0.970.5900.66
HSL216.43º93.33%17.65%-
HSV(B)216.43º96.55%34.12%-
XYZ2.391.979.27-
YUV31.95159.07107.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.38%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 69.05%
R=2.38%
G=28.57%
B=69.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal336870.970.5900.66216.4393.3317.65
Hex32457613B042d85d12
Octal34412714173010233013522
Binary11100100101011111000011110110100001011011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032457; }

 p { color: rgb(3,36,87); }

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

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

 a { background-color: rgb(3,36,87); }

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

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

 span { border-color: rgb(3,36,87); }

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