#034050

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

Shades of Sherpa Blue #034050

Tints of Sherpa Blue #034050

Color information

#034050 (or 0x034050) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 50. RGB value is (3,64,80). Sum of RGB (Red+Green+Blue) = 3+64+80=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 80 (31.64% from 255 or 54.42% from 147); Max value from RGB is 80 - color contains mainly: blue. Hex color #034050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034050 is #FCBFAF. Grayscale: #2F2F2F. Windows color (decimal): -16564144 or 5259267. OLE color: 5259267.

HSL color Cylindrical-coordinate representation of color #034050: hue angle of 192.47º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034050 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB36480-
CMYK0.960.2000.69
HSL192.47º92.77%16.27%-
HSV(B)192.47º96.25%31.37%-
XYZ3.324.278.24-
YUV47.58146.2996.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.04%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 80 (31.64% from 255) = 54.42%
R=2.04%
G=43.54%
B=54.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal364800.960.2000.69192.4792.7716.27
Hex340506014045c05d10
Octal310012014024010530013520
Binary11100000010100001100000101000100010111000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034050; }

 p { color: rgb(3,64,80); }

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

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

 a { background-color: rgb(3,64,80); }

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

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

 span { border-color: rgb(3,64,80); }

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