#034A4E

Color #034A4E Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #034A4E

Tints of Sherpa Blue #034A4E

Color information

#034A4E (or 0x034A4E) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4A and 4E. RGB value is (3,74,78). Sum of RGB (Red+Green+Blue) = 3+74+78=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 78 (30.86% from 255 or 50.32% from 155); Max value from RGB is 78 - color contains mainly: blue. Hex color #034A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A4E is #FCB5B1. Grayscale: #353535. Windows color (decimal): -16561586 or 5130755. OLE color: 5130755.

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

Color convert

RGB37478-
CMYK0.960.0500.69
HSL183.2º92.59%15.88%-
HSV(B)183.2º96.15%30.59%-
XYZ3.865.478.06-
YUV53.23141.9892.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.94%
GREEN value IS 74 (29.30% from 255) = 47.74%
BLUE value IS 78 (30.86% from 255) = 50.32%
R=1.94%
G=47.74%
B=50.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal374780.960.0500.69183.292.5915.88
Hex34A4E605045b75d10
Octal31121161405010526713520
Binary111001010100111011000001010100010110110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #034A4E;
 }
 .AnyTagClassName
 {
   color: #034A4E;
 }
</style>
background-color css

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

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

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

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

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

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