#003E50

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

Shades of Sherpa Blue #003E50

Tints of Sherpa Blue #003E50

Color information

#003E50 (or 0x003E50) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3E and 50. RGB value is (0,62,80). Sum of RGB (Red+Green+Blue) = 0+62+80=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 80 (31.64% from 255 or 56.34% from 142); Max value from RGB is 80 - color contains mainly: blue. Hex color #003E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003E50 is #FFC1AF. Grayscale: #2D2D2D. Windows color (decimal): -16761264 or 5258752. OLE color: 5258752.

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

Color convert

RGB06280-
CMYK10.2200.69
HSL193.5º100%15.69%-
HSV(B)193.5º100%31.37%-
XYZ3.174.028.2-
YUV45.51147.4695.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 43.66%
BLUE value IS 80 (31.64% from 255) = 56.34%
R=0%
G=43.66%
B=56.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0628010.2200.69193.510015.69
Hex03E506416045c26410
Octal07612014426010530214420
Binary011111010100001100100101100100010111000010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,62,80); }

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

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

 a { background-color: rgb(0,62,80); }

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

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

 span { border-color: rgb(0,62,80); }

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