#003F45

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

Shades of Sherpa Blue #003F45

Tints of Sherpa Blue #003F45

Color information

#003F45 (or 0x003F45) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3F and 45. RGB value is (0,63,69). Sum of RGB (Red+Green+Blue) = 0+63+69=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #003F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F45 is #FFC0BA. Grayscale: #2C2C2C. Windows color (decimal): -16761019 or 4538112. OLE color: 4538112.

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

Color convert

RGB06369-
CMYK10.0900.73
HSL185.22º100%13.53%-
HSV(B)185.22º100%27.06%-
XYZ2.853.986.25-
YUV44.85141.6396.01-

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.73%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=0%
G=47.73%
B=52.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0636910.0900.73185.2210013.53
Hex03F45649049b964e
Octal07710514411011127114416
Binary0111111100010111001001001010010011011100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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