#034952

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

Shades of Sherpa Blue #034952

Tints of Sherpa Blue #034952

Color information

#034952 (or 0x034952) is unknown color: approx Sherpa Blue. HEX triplet: 03, 49 and 52. RGB value is (3,73,82). Sum of RGB (Red+Green+Blue) = 3+73+82=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #034952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034952 is #FCB6AD. Grayscale: #343434. Windows color (decimal): -16561838 or 5392643. OLE color: 5392643.

HSL color Cylindrical-coordinate representation of color #034952: hue angle of 186.84º 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 #034952 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB37382-
CMYK0.960.1100.68
HSL186.84º92.94%16.67%-
HSV(B)186.84º96.34%32.16%-
XYZ3.945.398.82-
YUV53.1144.3192.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=1.90%
G=46.20%
B=51.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal373820.960.1100.68186.8492.9416.67
Hex3495260B044bb5d11
Octal311112214013010427313521
Binary1110010011010010110000010110100010010111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034952; }

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

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

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

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

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

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

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

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