Html Css Color HEX #034D50 Sherpa Blue

📋 copy color: '#034D50'

red 3 ◦ green 77 ◦ blue 80

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

Shades of Sherpa Blue #034D50

Tints of Sherpa Blue #034D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 50%

R = 1.88%
G = 48.13%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#034D50 (or 0x034D50) is known color: Sherpa Blue. HEX triplet: 03, 4D and 50. RGB value is (3,77,80). Sum of RGB (Red+Green+Blue) = 3+77+80=160 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.88% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #034D50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D50 is #FCB2AF. Grayscale: #373737. Windows color (decimal): -16560816 or 5262595. OLE color: 5262595.

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

Color convert

RGB 3 77 80 -
CMYK 0.96 0.04 0 0.69
HSL 182.34º 0.93% 0.16% -
HSV(B) 182.34º 0.96% 0.31% -
XYZ 4.14 5.91 8.51 -
YUV 55.22 141.98 90.76 -
System Red Green Blue C M Y K H S L
Decimal 3 77 80 0.96 0.04 0 0.69 182.34 0.93 0.16
Hex 3 4D 50 60 4 0 45 B6 5D 10
Octal 3 115 120 140 4 0 105 266 135 20
Binary 11 1001101 1010000 1100000 100 0 1000101 10110110 1011101 10000

Color Harmonies of #034D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D50

Black with #034D50

Text Example


Text Example

White with #034D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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