Html Css Color HEX #034D49 Sherpa Blue

📋 copy color: '#034D49'

red 3 ◦ green 77 ◦ blue 73

#034D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #034D49

Tints of Sherpa Blue #034D49

RGB

 RED value IS 3 (1.56% from 255) = 1.96%

 GREEN value IS 77 (30.47% from 255) = 50.33%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 1.96%
G = 50.33%
B = 47.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.70

RGB Variations

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

Color information

#034D49 (or 0x034D49) is known color: Sherpa Blue. HEX triplet: 03, 4D and 49. RGB value is (3,77,73). Sum of RGB (Red+Green+Blue) = 3+77+73=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #034D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D49 is #FCB2B6. Grayscale: #363636. Windows color (decimal): -16560823 or 4803843. OLE color: 4803843.

HSL color Cylindrical-coordinate representation of color #034D49: hue angle of 176.76º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D49 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 73 -
CMYK 0.96 0 0.05 0.70
HSL 176.76º 0.93% 0.16% -
HSV(B) 176.76º 0.96% 0.3% -
XYZ 3.89 5.81 7.22 -
YUV 54.42 138.48 91.33 -
System Red Green Blue C M Y K H S L
Decimal 3 77 73 0.96 0 0.05 0.70 176.76 0.93 0.16
Hex 3 4D 49 60 0 5 46 B1 5C 10
Octal 3 115 111 140 0 5 106 261 134 20
Binary 11 1001101 1001001 1100000 0 101 1000110 10110001 1011100 10000

Color Harmonies of #034D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D49

Black with #034D49

Text Example


Text Example

White with #034D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #034D49;
 }
 .AnyTagClassName
 {
   color: #034D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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