#003A45

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

Shades of Sherpa Blue #003A45

Tints of Sherpa Blue #003A45

Color information

#003A45 (or 0x003A45) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3A and 45. RGB value is (0,58,69). Sum of RGB (Red+Green+Blue) = 0+58+69=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 58 (23.05% from 255 or 45.67% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #003A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A45 is #FFC5BA. Grayscale: #292929. Windows color (decimal): -16762299 or 4536832. OLE color: 4536832.

HSL color Cylindrical-coordinate representation of color #003A45: hue angle of 189.57º 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 #003A45 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB05869-
CMYK10.1600.73
HSL189.57º100%13.53%-
HSV(B)189.57º100%27.06%-
XYZ2.593.466.16-
YUV41.91143.2898.11-

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.67%
BLUE value IS 69 (27.34% from 255) = 54.33%
R=0%
G=45.67%
B=54.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0586910.1600.73189.5710013.53
Hex03A456410049be64e
Octal07210514420011127614416
Binary01110101000101110010010000010010011011111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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