#032367

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

Shades of Sapphire #032367

Tints of Sapphire #032367

Color information

#032367 (or 0x032367) is unknown color: approx Sapphire. HEX triplet: 03, 23 and 67. RGB value is (3,35,103). Sum of RGB (Red+Green+Blue) = 3+35+103=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #032367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032367 is #FCDC98. Grayscale: #202020. Windows color (decimal): -16571545 or 6759171. OLE color: 6759171.

HSL color Cylindrical-coordinate representation of color #032367: hue angle of 220.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 #032367 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB335103-
CMYK0.970.6600.60
HSL220.8º94.34%20.78%-
HSV(B)220.8º97.09%40.39%-
XYZ3.092.213.09-
YUV33.18167.4106.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 103 (40.62% from 255) = 73.05%
R=2.13%
G=24.82%
B=73.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3351030.970.6600.60220.894.3420.78
Hex32367614203Cdd5e15
Octal34314714110207433513625
Binary11100011110011111000011000010011110011011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032367; }

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

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

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

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

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

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

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

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