#003B4C

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

Shades of Sherpa Blue #003B4C

Tints of Sherpa Blue #003B4C

Color information

#003B4C (or 0x003B4C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3B and 4C. RGB value is (0,59,76). Sum of RGB (Red+Green+Blue) = 0+59+76=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #003B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B4C is #FFC4B3. Grayscale: #2B2B2B. Windows color (decimal): -16762036 or 4995840. OLE color: 4995840.

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

Color convert

RGB05976-
CMYK10.2200.70
HSL193.42º100%14.9%-
HSV(B)193.42º100%29.8%-
XYZ2.873.657.39-
YUV43.3146.4597.12-

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) = 43.70%
BLUE value IS 76 (30.08% from 255) = 56.30%
R=0%
G=43.70%
B=56.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0597610.2200.70193.4210014.9
Hex03B4C6416046c164f
Octal07311414426010630114417
Binary01110111001100110010010110010001101100000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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