#003B45

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

Shades of Sherpa Blue #003B45

Tints of Sherpa Blue #003B45

Color information

#003B45 (or 0x003B45) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3B and 45. RGB value is (0,59,69). Sum of RGB (Red+Green+Blue) = 0+59+69=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 69 (27.34% from 255 or 53.91% from 128); Max value from RGB is 69 - color contains mainly: blue. Hex color #003B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B45 is #FFC4BA. Grayscale: #2A2A2A. Windows color (decimal): -16762043 or 4537088. OLE color: 4537088.

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

Color convert

RGB05969-
CMYK10.1400.73
HSL188.7º100%13.53%-
HSV(B)188.7º100%27.06%-
XYZ2.643.566.18-
YUV42.5142.9597.69-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 59 (23.44% from 255) = 46.09%
BLUE value IS 69 (27.34% from 255) = 53.91%
R=0%
G=46.09%
B=53.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0596910.1400.73188.710013.53
Hex03B4564E049bd64e
Octal07310514416011127514416
Binary0111011100010111001001110010010011011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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