#034D61

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

Shades of Sherpa Blue #034D61

Tints of Sherpa Blue #034D61

Color information

#034D61 (or 0x034D61) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4D and 61. RGB value is (3,77,97). Sum of RGB (Red+Green+Blue) = 3+77+97=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #034D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D61 is #FCB29E. Grayscale: #393939. Windows color (decimal): -16560799 or 6376707. OLE color: 6376707.

HSL color Cylindrical-coordinate representation of color #034D61: hue angle of 192.77º 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 #034D61 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB37797-
CMYK0.970.2100.62
HSL192.77º94%19.61%-
HSV(B)192.77º96.91%38.04%-
XYZ4.856.1912.25-
YUV57.15150.4889.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=1.69%
G=43.50%
B=54.80%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal377970.970.2100.62192.779419.61
Hex34D61611503Ec15e14
Octal31151411412507630113624
Binary1110011011100001110000110101011111011000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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