#034F58

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

Shades of Sherpa Blue #034F58

Tints of Sherpa Blue #034F58

Color information

#034F58 (or 0x034F58) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 58. RGB value is (3,79,88). Sum of RGB (Red+Green+Blue) = 3+79+88=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #034F58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F58 is #FCB0A7. Grayscale: #393939. Windows color (decimal): -16560296 or 5787395. OLE color: 5787395.

HSL color Cylindrical-coordinate representation of color #034F58: hue angle of 186.35º degrees, saturation: 0.93, 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 #034F58 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37988-
CMYK0.970.1000.65
HSL186.35º93.41%17.84%-
HSV(B)186.35º96.59%34.51%-
XYZ4.596.3210.21-
YUV57.3145.3289.27-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=1.76%
G=46.47%
B=51.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal379880.970.1000.65186.3593.4117.84
Hex34F5861A041ba5d12
Octal311713014112010127213522
Binary1110011111011000110000110100100000110111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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