#034B5C

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

Shades of Sherpa Blue #034B5C

Tints of Sherpa Blue #034B5C

Color information

#034B5C (or 0x034B5C) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 5C. RGB value is (3,75,92). Sum of RGB (Red+Green+Blue) = 3+75+92=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #034B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B5C is #FCB4A3. Grayscale: #373737. Windows color (decimal): -16561316 or 6048515. OLE color: 6048515.

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

Color convert

RGB37592-
CMYK0.970.1800.64
HSL191.46º93.68%18.63%-
HSV(B)191.46º96.74%36.08%-
XYZ4.495.8211.01-
YUV55.41148.6590.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=1.76%
G=44.12%
B=54.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal375920.970.1800.64191.4693.6818.63
Hex34B5C6112040bf5e13
Octal311313414122010027713623
Binary11100101110111001100001100100100000010111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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