#034F5F

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

Shades of Sherpa Blue #034F5F

Tints of Sherpa Blue #034F5F

Color information

#034F5F (or 0x034F5F) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 5F. RGB value is (3,79,95). Sum of RGB (Red+Green+Blue) = 3+79+95=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 95 (37.5% from 255 or 53.67% from 177); Max value from RGB is 95 - color contains mainly: blue. Hex color #034F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F5F is #FCB0A0. Grayscale: #393939. Windows color (decimal): -16560289 or 6246147. OLE color: 6246147.

HSL color Cylindrical-coordinate representation of color #034F5F: hue angle of 190.43º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034F5F is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB37995-
CMYK0.970.1700.63
HSL190.43º93.88%19.22%-
HSV(B)190.43º96.84%37.25%-
XYZ4.96.4411.81-
YUV58.1148.8288.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 79 (31.25% from 255) = 44.63%
BLUE value IS 95 (37.5% from 255) = 53.67%
R=1.69%
G=44.63%
B=53.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal379950.970.1700.63190.4393.8819.22
Hex34F5F611103Fbe5e13
Octal31171371412107727613623
Binary1110011111011111110000110001011111110111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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