#034F53

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

Shades of Sherpa Blue #034F53

Tints of Sherpa Blue #034F53

Color information

#034F53 (or 0x034F53) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 53. RGB value is (3,79,83). Sum of RGB (Red+Green+Blue) = 3+79+83=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #034F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F53 is #FCB0AC. Grayscale: #383838. Windows color (decimal): -16560301 or 5459715. OLE color: 5459715.

HSL color Cylindrical-coordinate representation of color #034F53: hue angle of 183º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034F53 is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB37983-
CMYK0.960.0500.67
HSL183º93.02%16.86%-
HSV(B)183º96.39%32.55%-
XYZ4.396.249.16-
YUV56.73142.8289.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 83 (32.81% from 255) = 50.30%
R=1.82%
G=47.88%
B=50.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal379830.960.0500.6718393.0216.86
Hex34F53605043b75d11
Octal31171231405010326713521
Binary111001111101001111000001010100001110110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,79,83); }

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

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

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

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

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

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

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