#034951

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

Shades of Sherpa Blue #034951

Tints of Sherpa Blue #034951

Color information

#034951 (or 0x034951) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 51. RGB value is (3,73,81). Sum of RGB (Red+Green+Blue) = 3+73+81=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #034951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034951 is #FCB6AE. Grayscale: #343434. Windows color (decimal): -16561839 or 5327107. OLE color: 5327107.

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

Color convert

RGB37381-
CMYK0.960.1000.68
HSL186.15º92.86%16.47%-
HSV(B)186.15º96.3%31.76%-
XYZ3.915.388.62-
YUV52.98143.8192.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=1.91%
G=46.50%
B=51.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal373810.960.1000.68186.1592.8616.47
Hex3495160A044ba5d10
Octal311112114012010427213520
Binary1110010011010001110000010100100010010111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034951; }

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

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

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

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

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

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

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

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