Html Css Color HEX #034C47 Sherpa Blue

📋 copy color: '#034C47'

red 3 ◦ green 76 ◦ blue 71

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

Shades of Sherpa Blue #034C47

Tints of Sherpa Blue #034C47

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50.67%

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

R = 2%
G = 50.67%
B = 47.33%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.70

RGB Variations

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

Color information

#034C47 (or 0x034C47) is known color: Sherpa Blue. HEX triplet: 03, 4C and 47. RGB value is (3,76,71). Sum of RGB (Red+Green+Blue) = 3+76+71=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 76 (30.08% from 255 or 50.67% from 150); Blue value is 71 (28.12% from 255 or 47.33% from 150); Max value from RGB is 76 - color contains mainly: green. Hex color #034C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C47 is #FCB3B8. Grayscale: #353535. Windows color (decimal): -16561081 or 4672515. OLE color: 4672515.

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

Color convert

RGB 3 76 71 -
CMYK 0.96 0 0.07 0.70
HSL 175.89º 0.92% 0.15% -
HSV(B) 175.89º 0.96% 0.3% -
XYZ 3.76 5.64 6.85 -
YUV 53.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 3 76 71 0.96 0 0.07 0.70 175.89 0.92 0.15
Hex 3 4C 47 60 0 7 46 B0 5C F
Octal 3 114 107 140 0 7 106 260 134 17
Binary 11 1001100 1000111 1100000 0 111 1000110 10110000 1011100 1111

Color Harmonies of #034C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C47

Black with #034C47

Text Example


Text Example

White with #034C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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