#003A46

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

Shades of Sherpa Blue #003A46

Tints of Sherpa Blue #003A46

Color information

#003A46 (or 0x003A46) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3A and 46. RGB value is (0,58,70). Sum of RGB (Red+Green+Blue) = 0+58+70=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #003A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A46 is #FFC5B9. Grayscale: #292929. Windows color (decimal): -16762298 or 4602368. OLE color: 4602368.

HSL color Cylindrical-coordinate representation of color #003A46: hue angle of 190.29º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A46 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB05870-
CMYK10.1700.73
HSL190.29º100%13.73%-
HSV(B)190.29º100%27.45%-
XYZ2.623.476.33-
YUV42.03143.7898.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 58 (23.05% from 255) = 45.31%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=0%
G=45.31%
B=54.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0587010.1700.73190.2910013.73
Hex03A466411049be64e
Octal07210614421011127614416
Binary01110101000110110010010001010010011011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003A46; }

 p { color: rgb(0,58,70); }

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

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

 a { background-color: rgb(0,58,70); }

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

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

 span { border-color: rgb(0,58,70); }

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