#034B5B

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

Shades of Sherpa Blue #034B5B

Tints of Sherpa Blue #034B5B

Color information

#034B5B (or 0x034B5B) is unknown color: approx Sherpa Blue. HEX triplet: 03, 4B and 5B. RGB value is (3,75,91). Sum of RGB (Red+Green+Blue) = 3+75+91=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 75 (29.69% from 255 or 44.38% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #034B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034B5B is #FCB4A4. Grayscale: #373737. Windows color (decimal): -16561317 or 5982979. OLE color: 5982979.

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

Color convert

RGB37591-
CMYK0.970.1800.64
HSL190.91º93.62%18.43%-
HSV(B)190.91º96.7%35.69%-
XYZ4.445.8110.78-
YUV55.3148.1590.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 75 (29.69% from 255) = 44.38%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=1.78%
G=44.38%
B=53.85%

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
Decimal375910.970.1800.64190.9193.6218.43
Hex34B5B6112040bf5e12
Octal311313314122010027713622
Binary11100101110110111100001100100100000010111111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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