Html Css Color HEX #034C4A Sherpa Blue

📋 copy color: '#034C4A'

red 3 ◦ green 76 ◦ blue 74

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

Shades of Sherpa Blue #034C4A

Tints of Sherpa Blue #034C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.67%

 BLUE value IS 74 (29.3% from 255) = 48.37%

R = 1.96%
G = 49.67%
B = 48.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#034C4A (or 0x034C4A) is known color: Sherpa Blue. HEX triplet: 03, 4C and 4A. RGB value is (3,76,74). Sum of RGB (Red+Green+Blue) = 3+76+74=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #034C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C4A is #FCB3B5. Grayscale: #353535. Windows color (decimal): -16561078 or 4869123. OLE color: 4869123.

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

Color convert

RGB 3 76 74 -
CMYK 0.96 0 0.03 0.70
HSL 178.36º 0.92% 0.15% -
HSV(B) 178.36º 0.96% 0.3% -
XYZ 3.86 5.68 7.37 -
YUV 53.95 139.32 91.66 -
System Red Green Blue C M Y K H S L
Decimal 3 76 74 0.96 0 0.03 0.70 178.36 0.92 0.15
Hex 3 4C 4A 60 0 3 46 B2 5C F
Octal 3 114 112 140 0 3 106 262 134 17
Binary 11 1001100 1001010 1100000 0 11 1000110 10110010 1011100 1111

Color Harmonies of #034C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C4A

Black with #034C4A

Text Example


Text Example

White with #034C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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