Html Css Color HEX #034D52 Sherpa Blue

📋 copy color: '#034D52'

red 3 ◦ green 77 ◦ blue 82

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

Shades of Sherpa Blue #034D52

Tints of Sherpa Blue #034D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 1.85%
G = 47.53%
B = 50.62%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#034D52 (or 0x034D52) is known color: Sherpa Blue. HEX triplet: 03, 4D and 52. RGB value is (3,77,82). Sum of RGB (Red+Green+Blue) = 3+77+82=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #034D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D52 is #FCB2AD. Grayscale: #373737. Windows color (decimal): -16560814 or 5393667. OLE color: 5393667.

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

Color convert

RGB 3 77 82 -
CMYK 0.96 0.06 0 0.68
HSL 183.8º 0.93% 0.17% -
HSV(B) 183.8º 0.96% 0.32% -
XYZ 4.21 5.94 8.91 -
YUV 55.44 142.98 90.59 -
System Red Green Blue C M Y K H S L
Decimal 3 77 82 0.96 0.06 0 0.68 183.8 0.93 0.17
Hex 3 4D 52 60 6 0 44 B8 5D 11
Octal 3 115 122 140 6 0 104 270 135 21
Binary 11 1001101 1010010 1100000 110 0 1000100 10111000 1011101 10001

Color Harmonies of #034D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D52

Black with #034D52

Text Example


Text Example

White with #034D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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