#003A4A

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

Shades of Sherpa Blue #003A4A

Tints of Sherpa Blue #003A4A

Color information

#003A4A (or 0x003A4A) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3A and 4A. RGB value is (0,58,74). Sum of RGB (Red+Green+Blue) = 0+58+74=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #003A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A4A is #FFC5B5. Grayscale: #2A2A2A. Windows color (decimal): -16762294 or 4864512. OLE color: 4864512.

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

Color convert

RGB05874-
CMYK10.2200.71
HSL192.97º100%14.51%-
HSV(B)192.97º100%29.02%-
XYZ2.753.527.01-
YUV42.48145.7897.7-

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) = 43.94%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=0%
G=43.94%
B=56.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0587410.2200.71192.9710014.51
Hex03A4A6416047c164f
Octal07211214426010730114417
Binary01110101001010110010010110010001111100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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