Html Css Color HEX #034946 Sherpa Blue

📋 copy color: '#034946'

red 3 ◦ green 73 ◦ blue 70

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

Shades of Sherpa Blue #034946

Tints of Sherpa Blue #034946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 47.95%

R = 2.05%
G = 50%
B = 47.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#034946 (or 0x034946) is known color: Sherpa Blue. HEX triplet: 03, 49 and 46. RGB value is (3,73,70). Sum of RGB (Red+Green+Blue) = 3+73+70=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #034946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034946 is #FCB6B9. Grayscale: #333333. Windows color (decimal): -16561850 or 4606211. OLE color: 4606211.

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

Color convert

RGB 3 73 70 -
CMYK 0.96 0 0.04 0.71
HSL 177.43º 0.92% 0.15% -
HSV(B) 177.43º 0.96% 0.29% -
XYZ 3.53 5.23 6.62 -
YUV 51.73 138.31 93.24 -
System Red Green Blue C M Y K H S L
Decimal 3 73 70 0.96 0 0.04 0.71 177.43 0.92 0.15
Hex 3 49 46 60 0 4 47 B1 5C F
Octal 3 111 106 140 0 4 107 261 134 17
Binary 11 1001001 1000110 1100000 0 100 1000111 10110001 1011100 1111

Color Harmonies of #034946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034946

Black with #034946

Text Example


Text Example

White with #034946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034946; }

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

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

background-color css

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

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

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

border-color css

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

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

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