#032280

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

Shades of Sapphire #032280

Tints of Sapphire #032280

Color information

#032280 (or 0x032280) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 80. RGB value is (3,34,128). Sum of RGB (Red+Green+Blue) = 3+34+128=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #032280 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032280 is #FCDD7F. Grayscale: #232323. Windows color (decimal): -16571776 or 8397315. OLE color: 8397315.

HSL color Cylindrical-coordinate representation of color #032280: hue angle of 225.12º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032280 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB334128-
CMYK0.980.7300.50
HSL225.12º95.42%25.69%-
HSV(B)225.12º97.66%50.2%-
XYZ4.512.7220.71-
YUV35.45180.23104.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 128 (50.39% from 255) = 77.58%
R=1.82%
G=20.61%
B=77.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3341280.980.7300.50225.1295.4225.69
Hex322806249032e15f1a
Octal34220014211106234113732
Binary111000101000000011000101001001011001011100001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032280; }

 p { color: rgb(3,34,128); }

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

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

 a { background-color: rgb(3,34,128); }

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

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

 span { border-color: rgb(3,34,128); }

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