Html Css Color HEX #034949 Sherpa Blue

📋 copy color: '#034949'

red 3 ◦ green 73 ◦ blue 73

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

Shades of Sherpa Blue #034949

Tints of Sherpa Blue #034949

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.99%

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

R = 2.01%
G = 48.99%
B = 48.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#034949 (or 0x034949) is known color: Sherpa Blue. HEX triplet: 03, 49 and 49. RGB value is (3,73,73). Sum of RGB (Red+Green+Blue) = 3+73+73=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #034949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034949 is #FCB6B6. Grayscale: #343434. Windows color (decimal): -16561847 or 4802819. OLE color: 4802819.

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

Color convert

RGB 3 73 73 -
CMYK 0.96 0 0 0.71
HSL 180º 0.92% 0.15% -
HSV(B) 180º 0.96% 0.29% -
XYZ 3.62 5.27 7.13 -
YUV 52.07 139.81 93 -
System Red Green Blue C M Y K H S L
Decimal 3 73 73 0.96 0 0 0.71 180 0.92 0.15
Hex 3 49 49 60 0 0 47 B4 5C F
Octal 3 111 111 140 0 0 107 264 134 17
Binary 11 1001001 1001001 1100000 0 0 1000111 10110100 1011100 1111

Color Harmonies of #034949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034949

Black with #034949

Text Example


Text Example

White with #034949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034949; }

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

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

background-color css

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

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

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

border-color css

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

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

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