#032452

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

Shades of Sapphire #032452

Tints of Sapphire #032452

Color information

#032452 (or 0x032452) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 52. RGB value is (3,36,82). Sum of RGB (Red+Green+Blue) = 3+36+82=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #032452 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032452 is #FCDBAD. Grayscale: #1F1F1F. Windows color (decimal): -16571310 or 5383171. OLE color: 5383171.

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

Color convert

RGB33682-
CMYK0.960.5600.68
HSL214.94º92.94%16.67%-
HSV(B)214.94º96.34%32.16%-
XYZ2.191.898.23-
YUV31.38156.57107.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 82 (32.42% from 255) = 67.77%
R=2.48%
G=29.75%
B=67.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal336820.960.5600.68214.9492.9416.67
Hex324526038044d75d11
Octal34412214070010432713521
Binary11100100101001011000001110000100010011010111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032452; }

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

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

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

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

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

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

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

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