Html Css Color HEX #034D55 Sherpa Blue

📋 copy color: '#034D55'

red 3 ◦ green 77 ◦ blue 85

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

Shades of Sherpa Blue #034D55

Tints of Sherpa Blue #034D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 51.52%

R = 1.82%
G = 46.67%
B = 51.52%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#034D55 (or 0x034D55) is known color: Sherpa Blue. HEX triplet: 03, 4D and 55. RGB value is (3,77,85). Sum of RGB (Red+Green+Blue) = 3+77+85=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #034D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D55 is #FCB2AA. Grayscale: #373737. Windows color (decimal): -16560811 or 5590275. OLE color: 5590275.

HSL color Cylindrical-coordinate representation of color #034D55: hue angle of 185.85º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034D55 is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 77 85 -
CMYK 0.96 0.09 0 0.67
HSL 185.85º 0.93% 0.17% -
HSV(B) 185.85º 0.96% 0.33% -
XYZ 4.33 5.98 9.52 -
YUV 55.79 144.48 90.35 -
System Red Green Blue C M Y K H S L
Decimal 3 77 85 0.96 0.09 0 0.67 185.85 0.93 0.17
Hex 3 4D 55 60 9 0 43 BA 5D 11
Octal 3 115 125 140 11 0 103 272 135 21
Binary 11 1001101 1010101 1100000 1001 0 1000011 10111010 1011101 10001

Color Harmonies of #034D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D55

Black with #034D55

Text Example


Text Example

White with #034D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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