Html Css Color HEX #034A47 Sherpa Blue

📋 copy color: '#034A47'

red 3 ◦ green 74 ◦ blue 71

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

Shades of Sherpa Blue #034A47

Tints of Sherpa Blue #034A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 50%

 BLUE value IS 71 (28.13% from 255) = 47.97%

R = 2.03%
G = 50%
B = 47.97%

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

#034A47 (or 0x034A47) is known color: Sherpa Blue. HEX triplet: 03, 4A and 47. RGB value is (3,74,71). Sum of RGB (Red+Green+Blue) = 3+74+71=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 74 (29.30% from 255 or 50% from 148); Blue value is 71 (28.12% from 255 or 47.97% from 148); Max value from RGB is 74 - color contains mainly: green. Hex color #034A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A47 is #FCB5B8. Grayscale: #343434. Windows color (decimal): -16561593 or 4672003. OLE color: 4672003.

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

Color convert

RGB 3 74 71 -
CMYK 0.96 0 0.04 0.71
HSL 177.46º 0.92% 0.15% -
HSV(B) 177.46º 0.96% 0.29% -
XYZ 3.62 5.37 6.81 -
YUV 52.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 3 74 71 0.96 0 0.04 0.71 177.46 0.92 0.15
Hex 3 4A 47 60 0 4 47 B1 5C F
Octal 3 112 107 140 0 4 107 261 134 17
Binary 11 1001010 1000111 1100000 0 100 1000111 10110001 1011100 1111

Color Harmonies of #034A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A47

Black with #034A47

Text Example


Text Example

White with #034A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,74,71); }

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

background-color css

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

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

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

border-color css

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

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

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