#003248

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

Shades of Sherpa Blue #003248

Tints of Sherpa Blue #003248

Color information

#003248 (or 0x003248) is unknown color: approx Sherpa Blue. HEX triplet: 00, 32 and 48. RGB value is (0,50,72). Sum of RGB (Red+Green+Blue) = 0+50+72=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 72 (28.52% from 255 or 59.02% from 122); Max value from RGB is 72 - color contains mainly: blue. Hex color #003248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003248 is #FFCDB7. Grayscale: #252525. Windows color (decimal): -16764344 or 4731392. OLE color: 4731392.

HSL color Cylindrical-coordinate representation of color #003248: hue angle of 198.33º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003248 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB05072-
CMYK10.3100.72
HSL198.33º100%14.12%-
HSV(B)198.33º100%28.24%-
XYZ2.312.756.54-
YUV37.56147.44101.21-

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) = 40.98%
BLUE value IS 72 (28.52% from 255) = 59.02%
R=0%
G=40.98%
B=59.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0507210.3100.72198.3310014.12
Hex03248641F048c664e
Octal06211014437011030614416
Binary01100101001000110010011111010010001100011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003248; }

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

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

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

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

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

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

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

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