#034149

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

Shades of Sherpa Blue #034149

Tints of Sherpa Blue #034149

Color information

#034149 (or 0x034149) is unknown color: approx Sherpa Blue. HEX triplet: 03, 41 and 49. RGB value is (3,65,73). Sum of RGB (Red+Green+Blue) = 3+65+73=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #034149 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034149 is #FCBEB6. Grayscale: #2F2F2F. Windows color (decimal): -16563895 or 4800771. OLE color: 4800771.

HSL color Cylindrical-coordinate representation of color #034149: hue angle of 186.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034149 is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB36573-
CMYK0.960.1100.71
HSL186.86º92.11%14.9%-
HSV(B)186.86º95.89%28.63%-
XYZ3.134.286.96-
YUV47.37142.4696.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.13%
GREEN value IS 65 (25.78% from 255) = 46.10%
BLUE value IS 73 (28.91% from 255) = 51.77%
R=2.13%
G=46.10%
B=51.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal365730.960.1100.71186.8692.1114.9
Hex3414960B047bb5cf
Octal310111114013010727313417
Binary111000001100100111000001011010001111011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034149; }

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

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

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

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

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

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

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

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