#003B48

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

Shades of Sherpa Blue #003B48

Tints of Sherpa Blue #003B48

Color information

#003B48 (or 0x003B48) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3B and 48. RGB value is (0,59,72). Sum of RGB (Red+Green+Blue) = 0+59+72=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #003B48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B48 is #FFC4B7. Grayscale: #2A2A2A. Windows color (decimal): -16762040 or 4733696. OLE color: 4733696.

HSL color Cylindrical-coordinate representation of color #003B48: hue angle of 190.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B48 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB05972-
CMYK10.1800.72
HSL190.83º100%14.12%-
HSV(B)190.83º100%28.24%-
XYZ2.733.66.68-
YUV42.84144.4597.44-

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) = 45.04%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=0%
G=45.04%
B=54.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0597210.1800.72190.8310014.12
Hex03B486412048bf64e
Octal07311014422011027714416
Binary01110111001000110010010010010010001011111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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