#034B5D

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

Shades of Sherpa Blue #034B5D

Tints of Sherpa Blue #034B5D

Color information

#034B5D (or 0x034B5D) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 5D. RGB value is (3,75,93). Sum of RGB (Red+Green+Blue) = 3+75+93=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #034B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B5D is #FCB4A2. Grayscale: #373737. Windows color (decimal): -16561315 or 6114051. OLE color: 6114051.

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

Color convert

RGB37593-
CMYK0.970.1900.64
HSL192º93.75%18.82%-
HSV(B)192º96.77%36.47%-
XYZ4.535.8411.24-
YUV55.52149.1590.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 75 (29.69% from 255) = 43.86%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=1.75%
G=43.86%
B=54.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal375930.970.1900.6419293.7518.82
Hex34B5D6113040c05e13
Octal311313514123010030013623
Binary11100101110111011100001100110100000011000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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