#034858

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

Shades of Sherpa Blue #034858

Tints of Sherpa Blue #034858

Color information

#034858 (or 0x034858) is unknown color: approx Sherpa Blue. HEX triplet: 03, 48 and 58. RGB value is (3,72,88). Sum of RGB (Red+Green+Blue) = 3+72+88=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #034858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034858 is #FCB7A7. Grayscale: #353535. Windows color (decimal): -16562088 or 5785603. OLE color: 5785603.

HSL color Cylindrical-coordinate representation of color #034858: hue angle of 191.29º 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 #034858 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB37288-
CMYK0.970.1800.65
HSL191.29º93.41%17.84%-
HSV(B)191.29º96.59%34.51%-
XYZ4.125.3610.05-
YUV53.19147.6492.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.84%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=1.84%
G=44.17%
B=53.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal372880.970.1800.65191.2993.4117.84
Hex348586112041bf5d12
Octal311013014122010127713522
Binary11100100010110001100001100100100000110111111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034858; }

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

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

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

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

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

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

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

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