#034155

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

Shades of Sherpa Blue #034155

Tints of Sherpa Blue #034155

Color information

#034155 (or 0x034155) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 55. RGB value is (3,65,85). Sum of RGB (Red+Green+Blue) = 3+65+85=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #034155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034155 is #FCBEAA. Grayscale: #303030. Windows color (decimal): -16563883 or 5587203. OLE color: 5587203.

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

Color convert

RGB36585-
CMYK0.960.2400.67
HSL194.63º93.18%17.25%-
HSV(B)194.63º96.47%33.33%-
XYZ3.574.469.27-
YUV48.74148.4695.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.96%
GREEN value IS 65 (25.78% from 255) = 42.48%
BLUE value IS 85 (33.59% from 255) = 55.56%
R=1.96%
G=42.48%
B=55.56%

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
Decimal365850.960.2400.67194.6393.1817.25
Hex341556018043c35d11
Octal310112514030010330313521
Binary11100000110101011100000110000100001111000011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034155; }

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

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

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

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

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

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

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

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