#034F61

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

Shades of Sherpa Blue #034F61

Tints of Sherpa Blue #034F61

Color information

#034F61 (or 0x034F61) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4F and 61. RGB value is (3,79,97). Sum of RGB (Red+Green+Blue) = 3+79+97=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #034F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034F61 is #FCB09E. Grayscale: #3A3A3A. Windows color (decimal): -16560287 or 6377219. OLE color: 6377219.

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

Color convert

RGB37997-
CMYK0.970.1900.62
HSL191.49º94%19.61%-
HSV(B)191.49º96.91%38.04%-
XYZ4.996.4712.3-
YUV58.33149.8288.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=1.68%
G=44.13%
B=54.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal379970.970.1900.62191.499419.61
Hex34F61611303Ebf5e14
Octal31171411412307627713624
Binary1110011111100001110000110011011111010111111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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