#034D58

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

Shades of Sherpa Blue #034D58

Tints of Sherpa Blue #034D58

Color information

#034D58 (or 0x034D58) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 58. RGB value is (3,77,88). Sum of RGB (Red+Green+Blue) = 3+77+88=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 77 (30.47% from 255 or 45.83% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #034D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D58 is #FCB2A7. Grayscale: #383838. Windows color (decimal): -16560808 or 5786883. OLE color: 5786883.

HSL color Cylindrical-coordinate representation of color #034D58: hue angle of 187.76º degrees, saturation: 0.93, 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 #034D58 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37788-
CMYK0.970.1200.65
HSL187.76º93.41%17.84%-
HSV(B)187.76º96.59%34.51%-
XYZ4.456.0310.16-
YUV56.13145.9890.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 77 (30.47% from 255) = 45.83%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=1.79%
G=45.83%
B=52.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal377880.970.1200.65187.7693.4117.84
Hex34D5861C041bc5d12
Octal311513014114010127413522
Binary1110011011011000110000111000100000110111100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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