#003246

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

Shades of Sherpa Blue #003246

Tints of Sherpa Blue #003246

Color information

#003246 (or 0x003246) is unknown color: approx Sherpa Blue. HEX triplet: 00, 32 and 46. RGB value is (0,50,70). Sum of RGB (Red+Green+Blue) = 0+50+70=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 70 (27.73% from 255 or 58.33% from 120); Max value from RGB is 70 - color contains mainly: blue. Hex color #003246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003246 is #FFCDB9. Grayscale: #252525. Windows color (decimal): -16764346 or 4600320. OLE color: 4600320.

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

Color convert

RGB05070-
CMYK10.2900.73
HSL197.14º100%13.73%-
HSV(B)197.14º100%27.45%-
XYZ2.252.726.2-
YUV37.33146.44101.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 70 (27.73% from 255) = 58.33%
R=0%
G=41.67%
B=58.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0507010.2900.73197.1410013.73
Hex03246641D049c564e
Octal06210614435011130514416
Binary01100101000110110010011101010010011100010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003246; }

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

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

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

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

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

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

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

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