#034B57

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

Shades of Sherpa Blue #034B57

Tints of Sherpa Blue #034B57

Color information

#034B57 (or 0x034B57) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 57. RGB value is (3,75,87). Sum of RGB (Red+Green+Blue) = 3+75+87=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 75 (29.69% from 255 or 45.45% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #034B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B57 is #FCB4A8. Grayscale: #363636. Windows color (decimal): -16561321 or 5720835. OLE color: 5720835.

HSL color Cylindrical-coordinate representation of color #034B57: hue angle of 188.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034B57 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB37587-
CMYK0.970.1400.66
HSL188.57º93.33%17.65%-
HSV(B)188.57º96.55%34.12%-
XYZ4.275.749.9-
YUV54.84146.1591.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 75 (29.69% from 255) = 45.45%
BLUE value IS 87 (34.38% from 255) = 52.73%
R=1.82%
G=45.45%
B=52.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal375870.970.1400.66188.5793.3317.65
Hex34B5761E042bd5d12
Octal311312714116010227513522
Binary1110010111010111110000111100100001010111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,75,87); }

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

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

 a { background-color: rgb(3,75,87); }

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

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

 span { border-color: rgb(3,75,87); }

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