#034055

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

Shades of Sherpa Blue #034055

Tints of Sherpa Blue #034055

Color information

#034055 (or 0x034055) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 55. RGB value is (3,64,85). Sum of RGB (Red+Green+Blue) = 3+64+85=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #034055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034055 is #FCBFAA. Grayscale: #303030. Windows color (decimal): -16564139 or 5586947. OLE color: 5586947.

HSL color Cylindrical-coordinate representation of color #034055: hue angle of 195.37º 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 #034055 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB36485-
CMYK0.960.2500.67
HSL195.37º93.18%17.25%-
HSV(B)195.37º96.47%33.33%-
XYZ3.514.349.25-
YUV48.15148.7995.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.97%
GREEN value IS 64 (25.39% from 255) = 42.11%
BLUE value IS 85 (33.59% from 255) = 55.92%
R=1.97%
G=42.11%
B=55.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal364850.960.2500.67195.3793.1817.25
Hex340556019043c35d11
Octal310012514031010330313521
Binary11100000010101011100000110010100001111000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034055; }

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

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

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

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

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

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

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

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