Html Css Color HEX #034F49 Sherpa Blue

📋 copy color: '#034F49'

red 3 ◦ green 79 ◦ blue 73

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

Shades of Sherpa Blue #034F49

Tints of Sherpa Blue #034F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 50.97%

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

R = 1.94%
G = 50.97%
B = 47.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#034F49 (or 0x034F49) is known color: Sherpa Blue. HEX triplet: 03, 4F and 49. RGB value is (3,79,73). Sum of RGB (Red+Green+Blue) = 3+79+73=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #034F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034F49 is #FCB0B6. Grayscale: #373737. Windows color (decimal): -16560311 or 4804355. OLE color: 4804355.

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

Color convert

RGB 3 79 73 -
CMYK 0.96 0 0.08 0.69
HSL 175.26º 0.93% 0.16% -
HSV(B) 175.26º 0.96% 0.31% -
XYZ 4.04 6.09 7.27 -
YUV 55.59 137.82 90.49 -
System Red Green Blue C M Y K H S L
Decimal 3 79 73 0.96 0 0.08 0.69 175.26 0.93 0.16
Hex 3 4F 49 60 0 8 45 AF 5D 10
Octal 3 117 111 140 0 10 105 257 135 20
Binary 11 1001111 1001001 1100000 0 1000 1000101 10101111 1011101 10000

Color Harmonies of #034F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034F49

Black with #034F49

Text Example


Text Example

White with #034F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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