#03495A

Color #03495A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #03495A

Tints of Sherpa Blue #03495A

Color information

#03495A (or 0x03495A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 5A. RGB value is (3,73,90). Sum of RGB (Red+Green+Blue) = 3+73+90=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #03495A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03495A is #FCB6A5. Grayscale: #353535. Windows color (decimal): -16561830 or 5916931. OLE color: 5916931.

HSL color Cylindrical-coordinate representation of color #03495A: hue angle of 191.72º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03495A is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37390-
CMYK0.970.1900.65
HSL191.72º93.55%18.24%-
HSV(B)191.72º96.67%35.29%-
XYZ4.275.5210.51-
YUV54.01148.3191.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=1.81%
G=43.98%
B=54.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal373900.970.1900.65191.7293.5518.24
Hex3495A6113041c05e12
Octal311113214123010130013622
Binary11100100110110101100001100110100000111000000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03495A; }

 p { color: rgb(3,73,90); }

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

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

 a { background-color: rgb(3,73,90); }

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

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

 span { border-color: rgb(3,73,90); }

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