#003F4C

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

Shades of Sherpa Blue #003F4C

Tints of Sherpa Blue #003F4C

Color information

#003F4C (or 0x003F4C) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3F and 4C. RGB value is (0,63,76). Sum of RGB (Red+Green+Blue) = 0+63+76=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 63 (25% from 255 or 45.32% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #003F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F4C is #FFC0B3. Grayscale: #2D2D2D. Windows color (decimal): -16761012 or 4996864. OLE color: 4996864.

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

Color convert

RGB06376-
CMYK10.1700.70
HSL190.26º100%14.9%-
HSV(B)190.26º100%29.8%-
XYZ3.084.087.46-
YUV45.64145.1395.44-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0637610.1700.70190.2610014.9
Hex03F4C6411046be64f
Octal07711414421010627614417
Binary01111111001100110010010001010001101011111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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