#003D48

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

Shades of Sherpa Blue #003D48

Tints of Sherpa Blue #003D48

Color information

#003D48 (or 0x003D48) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3D and 48. RGB value is (0,61,72). Sum of RGB (Red+Green+Blue) = 0+61+72=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #003D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D48 is #FFC2B7. Grayscale: #2B2B2B. Windows color (decimal): -16761528 or 4734208. OLE color: 4734208.

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

Color convert

RGB06172-
CMYK10.1500.72
HSL189.17º100%14.12%-
HSV(B)189.17º100%28.24%-
XYZ2.843.816.72-
YUV44.01143.7996.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 45.86%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=0%
G=45.86%
B=54.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0617210.1500.72189.1710014.12
Hex03D4864F048bd64e
Octal07511014417011027514416
Binary0111101100100011001001111010010001011110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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