#034D51

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

Shades of Sherpa Blue #034D51

Tints of Sherpa Blue #034D51

Color information

#034D51 (or 0x034D51) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 51. RGB value is (3,77,81). Sum of RGB (Red+Green+Blue) = 3+77+81=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #034D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D51 is #FCB2AE. Grayscale: #373737. Windows color (decimal): -16560815 or 5328131. OLE color: 5328131.

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

Color convert

RGB37781-
CMYK0.960.0500.68
HSL183.08º92.86%16.47%-
HSV(B)183.08º96.3%31.76%-
XYZ4.185.928.71-
YUV55.33142.4890.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=1.86%
G=47.83%
B=50.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal377810.960.0500.68183.0892.8616.47
Hex34D51605044b75d10
Octal31151211405010426713520
Binary111001101101000111000001010100010010110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034D51; }

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

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

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

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

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

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

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

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