#034054

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

Shades of Sherpa Blue #034054

Tints of Sherpa Blue #034054

Color information

#034054 (or 0x034054) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 54. RGB value is (3,64,84). Sum of RGB (Red+Green+Blue) = 3+64+84=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 84 (33.20% from 255 or 55.63% from 151); Max value from RGB is 84 - color contains mainly: blue. Hex color #034054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034054 is #FCBFAB. Grayscale: #2F2F2F. Windows color (decimal): -16564140 or 5521411. OLE color: 5521411.

HSL color Cylindrical-coordinate representation of color #034054: hue angle of 194.81º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034054 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB36484-
CMYK0.960.2400.67
HSL194.81º93.1%17.06%-
HSV(B)194.81º96.43%32.94%-
XYZ3.474.339.04-
YUV48.04148.2995.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.99%
GREEN value IS 64 (25.39% from 255) = 42.38%
BLUE value IS 84 (33.20% from 255) = 55.63%
R=1.99%
G=42.38%
B=55.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal364840.960.2400.67194.8193.117.06
Hex340546018043c35d11
Octal310012414030010330313521
Binary11100000010101001100000110000100001111000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034054; }

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

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

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

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

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

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

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

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