#032454

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

Shades of Sapphire #032454

Tints of Sapphire #032454

Color information

#032454 (or 0x032454) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 54. RGB value is (3,36,84). Sum of RGB (Red+Green+Blue) = 3+36+84=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 84 (33.20% from 255 or 68.29% from 123); Max value from RGB is 84 - color contains mainly: blue. Hex color #032454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032454 is #FCDBAB. Grayscale: #1F1F1F. Windows color (decimal): -16571308 or 5514243. OLE color: 5514243.

HSL color Cylindrical-coordinate representation of color #032454: hue angle of 215.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032454 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB33684-
CMYK0.960.5700.67
HSL215.56º93.1%17.06%-
HSV(B)215.56º96.43%32.94%-
XYZ2.271.928.64-
YUV31.6157.57107.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 84 (33.20% from 255) = 68.29%
R=2.44%
G=29.27%
B=68.29%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal336840.960.5700.67215.5693.117.06
Hex324546039043d85d11
Octal34412414071010333013521
Binary11100100101010011000001110010100001111011000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032454; }

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

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

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

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

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

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

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

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