#003F48

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

Shades of Sherpa Blue #003F48

Tints of Sherpa Blue #003F48

Color information

#003F48 (or 0x003F48) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3F and 48. RGB value is (0,63,72). Sum of RGB (Red+Green+Blue) = 0+63+72=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #003F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F48 is #FFC0B7. Grayscale: #2D2D2D. Windows color (decimal): -16761016 or 4734720. OLE color: 4734720.

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

Color convert

RGB06372-
CMYK10.1200.72
HSL187.5º100%14.12%-
HSV(B)187.5º100%28.24%-
XYZ2.954.026.75-
YUV45.19143.1395.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 63 (25% from 255) = 46.67%
BLUE value IS 72 (28.52% from 255) = 53.33%
R=0%
G=46.67%
B=53.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0637210.1200.72187.510014.12
Hex03F4864C048bc64e
Octal07711014414011027414416
Binary0111111100100011001001100010010001011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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