#034048

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

Shades of Sherpa Blue #034048

Tints of Sherpa Blue #034048

Color information

#034048 (or 0x034048) is unknown color: approx Sherpa Blue. HEX triplet: 03, 40 and 48. RGB value is (3,64,72). Sum of RGB (Red+Green+Blue) = 3+64+72=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #034048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034048 is #FCBFB7. Grayscale: #2E2E2E. Windows color (decimal): -16564152 or 4734979. OLE color: 4734979.

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

Color convert

RGB36472-
CMYK0.960.1100.72
HSL186.96º92%14.71%-
HSV(B)186.96º95.83%28.24%-
XYZ3.044.156.77-
YUV46.67142.2996.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 72 (28.52% from 255) = 51.80%
R=2.16%
G=46.04%
B=51.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal364720.960.1100.72186.969214.71
Hex3404860B048bb5cf
Octal310011014013011027313417
Binary111000000100100011000001011010010001011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034048; }

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

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

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

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

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

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

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

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