#003F4F

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

Shades of Sherpa Blue #003F4F

Tints of Sherpa Blue #003F4F

Color information

#003F4F (or 0x003F4F) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3F and 4F. RGB value is (0,63,79). Sum of RGB (Red+Green+Blue) = 0+63+79=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 63 (25% from 255 or 44.37% from 142); Blue value is 79 (31.25% from 255 or 55.63% from 142); Max value from RGB is 79 - color contains mainly: blue. Hex color #003F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F4F is #FFC0B0. Grayscale: #2D2D2D. Windows color (decimal): -16761009 or 5193472. OLE color: 5193472.

HSL color Cylindrical-coordinate representation of color #003F4F: hue angle of 192.15º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F4F is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB06379-
CMYK10.2000.69
HSL192.15º100%15.49%-
HSV(B)192.15º100%30.98%-
XYZ3.194.128.02-
YUV45.99146.6395.2-

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) = 44.37%
BLUE value IS 79 (31.25% from 255) = 55.63%
R=0%
G=44.37%
B=55.63%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0637910.2000.69192.1510015.49
Hex03F4F6414045c064f
Octal07711714424010530014417
Binary01111111001111110010010100010001011100000011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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