Html Css Color HEX #034E49 Sherpa Blue

📋 copy color: '#034E49'

red 3 ◦ green 78 ◦ blue 73

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

Shades of Sherpa Blue #034E49

Tints of Sherpa Blue #034E49

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.65%

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

R = 1.95%
G = 50.65%
B = 47.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#034E49 (or 0x034E49) is known color: Sherpa Blue. HEX triplet: 03, 4E and 49. RGB value is (3,78,73). Sum of RGB (Red+Green+Blue) = 3+78+73=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 78 (30.86% from 255 or 50.65% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 78 - color contains mainly: green. Hex color #034E49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E49 is #FCB1B6. Grayscale: #363636. Windows color (decimal): -16560567 or 4804099. OLE color: 4804099.

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

Color convert

RGB 3 78 73 -
CMYK 0.96 0 0.06 0.69
HSL 176º 0.93% 0.16% -
HSV(B) 176º 0.96% 0.31% -
XYZ 3.96 5.95 7.24 -
YUV 55.01 138.15 90.91 -
System Red Green Blue C M Y K H S L
Decimal 3 78 73 0.96 0 0.06 0.69 176 0.93 0.16
Hex 3 4E 49 60 0 6 45 B0 5D 10
Octal 3 116 111 140 0 6 105 260 135 20
Binary 11 1001110 1001001 1100000 0 110 1000101 10110000 1011101 10000

Color Harmonies of #034E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E49

Black with #034E49

Text Example


Text Example

White with #034E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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