#034F5A

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

Shades of Sherpa Blue #034F5A

Tints of Sherpa Blue #034F5A

Color information

#034F5A (or 0x034F5A) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 5A. RGB value is (3,79,90). Sum of RGB (Red+Green+Blue) = 3+79+90=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #034F5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F5A is #FCB0A5. Grayscale: #393939. Windows color (decimal): -16560294 or 5918467. OLE color: 5918467.

HSL color Cylindrical-coordinate representation of color #034F5A: hue angle of 187.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034F5A is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37990-
CMYK0.970.1200.65
HSL187.59º93.55%18.24%-
HSV(B)187.59º96.67%35.29%-
XYZ4.686.3510.65-
YUV57.53146.3289.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 90 (35.55% from 255) = 52.33%
R=1.74%
G=45.93%
B=52.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal379900.970.1200.65187.5993.5518.24
Hex34F5A61C041bc5e12
Octal311713214114010127413622
Binary1110011111011010110000111000100000110111100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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