#003C53

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

Shades of Sherpa Blue #003C53

Tints of Sherpa Blue #003C53

Color information

#003C53 (or 0x003C53) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 53. RGB value is (0,60,83). Sum of RGB (Red+Green+Blue) = 0+60+83=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 83 (32.81% from 255 or 58.04% from 143); Max value from RGB is 83 - color contains mainly: blue. Hex color #003C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C53 is #FFC3AC. Grayscale: #2C2C2C. Windows color (decimal): -16761773 or 5454848. OLE color: 5454848.

HSL color Cylindrical-coordinate representation of color #003C53: hue angle of 196.63º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C53 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB06083-
CMYK10.2800.67
HSL196.63º100%16.27%-
HSV(B)196.63º100%32.55%-
XYZ3.183.868.76-
YUV44.68149.6296.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 41.96%
BLUE value IS 83 (32.81% from 255) = 58.04%
R=0%
G=41.96%
B=58.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0608310.2800.67196.6310016.27
Hex03C53641C043c56410
Octal07412314434010330514420
Binary011110010100111100100111000100001111000101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,60,83); }

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

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

 a { background-color: rgb(0,60,83); }

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

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

 span { border-color: rgb(0,60,83); }

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