Html Css Color HEX #034C49 Sherpa Blue

📋 copy color: '#034C49'

red 3 ◦ green 76 ◦ blue 73

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

Shades of Sherpa Blue #034C49

Tints of Sherpa Blue #034C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 48.03%

R = 1.97%
G = 50%
B = 48.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#034C49 (or 0x034C49) is known color: Sherpa Blue. HEX triplet: 03, 4C and 49. RGB value is (3,76,73). Sum of RGB (Red+Green+Blue) = 3+76+73=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #034C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C49 is #FCB3B6. Grayscale: #353535. Windows color (decimal): -16561079 or 4803587. OLE color: 4803587.

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

Color convert

RGB 3 76 73 -
CMYK 0.96 0 0.04 0.70
HSL 177.53º 0.92% 0.15% -
HSV(B) 177.53º 0.96% 0.3% -
XYZ 3.82 5.67 7.2 -
YUV 53.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 3 76 73 0.96 0 0.04 0.70 177.53 0.92 0.15
Hex 3 4C 49 60 0 4 46 B2 5C F
Octal 3 114 111 140 0 4 106 262 134 17
Binary 11 1001100 1001001 1100000 0 100 1000110 10110010 1011100 1111

Color Harmonies of #034C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C49

Black with #034C49

Text Example


Text Example

White with #034C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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