Html Css Color HEX #034D4C Sherpa Blue

📋 copy color: '#034D4C'

red 3 ◦ green 77 ◦ blue 76

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

Shades of Sherpa Blue #034D4C

Tints of Sherpa Blue #034D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 1.92%
G = 49.36%
B = 48.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#034D4C (or 0x034D4C) is known color: Sherpa Blue. HEX triplet: 03, 4D and 4C. RGB value is (3,77,76). Sum of RGB (Red+Green+Blue) = 3+77+76=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #034D4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034D4C is #FCB2B3. Grayscale: #363636. Windows color (decimal): -16560820 or 5000451. OLE color: 5000451.

HSL color Cylindrical-coordinate representation of color #034D4C: hue angle of 179.19º 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 #034D4C is Cyan = 0.96, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 3 77 76 -
CMYK 0.96 0 0.01 0.70
HSL 179.19º 0.93% 0.16% -
HSV(B) 179.19º 0.96% 0.3% -
XYZ 4 5.85 7.76 -
YUV 54.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 3 77 76 0.96 0 0.01 0.70 179.19 0.93 0.16
Hex 3 4D 4C 60 0 1 46 B3 5C 10
Octal 3 115 114 140 0 1 106 263 134 20
Binary 11 1001101 1001100 1100000 0 1 1000110 10110011 1011100 10000

Color Harmonies of #034D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D4C

Black with #034D4C

Text Example


Text Example

White with #034D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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