#034051

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

Shades of Sherpa Blue #034051

Tints of Sherpa Blue #034051

Color information

#034051 (or 0x034051) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 51. RGB value is (3,64,81). Sum of RGB (Red+Green+Blue) = 3+64+81=148 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.03% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 81 (32.03% from 255 or 54.73% from 148); Max value from RGB is 81 - color contains mainly: blue. Hex color #034051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034051 is #FCBFAE. Grayscale: #2F2F2F. Windows color (decimal): -16564143 or 5324803. OLE color: 5324803.

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

Color convert

RGB36481-
CMYK0.960.2100.68
HSL193.08º92.86%16.47%-
HSV(B)193.08º96.3%31.76%-
XYZ3.364.288.43-
YUV47.7146.7996.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.03%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 81 (32.03% from 255) = 54.73%
R=2.03%
G=43.24%
B=54.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal364810.960.2100.68193.0892.8616.47
Hex340516015044c15d10
Octal310012114025010430113520
Binary11100000010100011100000101010100010011000001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034051; }

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

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

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

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

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

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

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

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