#003F46

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

Shades of Sherpa Blue #003F46

Tints of Sherpa Blue #003F46

Color information

#003F46 (or 0x003F46) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3F and 46. RGB value is (0,63,70). Sum of RGB (Red+Green+Blue) = 0+63+70=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 70 (27.73% from 255 or 52.63% from 133); Max value from RGB is 70 - color contains mainly: blue. Hex color #003F46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F46 is #FFC0B9. Grayscale: #2C2C2C. Windows color (decimal): -16761018 or 4603648. OLE color: 4603648.

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

Color convert

RGB06370-
CMYK10.1000.73
HSL186º100%13.73%-
HSV(B)186º100%27.45%-
XYZ2.8846.41-
YUV44.96142.1395.93-

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) = 47.37%
BLUE value IS 70 (27.73% from 255) = 52.63%
R=0%
G=47.37%
B=52.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0637010.1000.7318610013.73
Hex03F4664A049ba64e
Octal07710614412011127214416
Binary0111111100011011001001010010010011011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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