#003C55

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

Shades of Sherpa Blue #003C55

Tints of Sherpa Blue #003C55

Color information

#003C55 (or 0x003C55) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 55. RGB value is (0,60,85). Sum of RGB (Red+Green+Blue) = 0+60+85=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #003C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C55 is #FFC3AA. Grayscale: #2C2C2C. Windows color (decimal): -16761771 or 5585920. OLE color: 5585920.

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

Color convert

RGB06085-
CMYK10.2900.67
HSL197.65º100%16.67%-
HSV(B)197.65º100%33.33%-
XYZ3.263.899.17-
YUV44.91150.6295.97-

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.38%
BLUE value IS 85 (33.59% from 255) = 58.62%
R=0%
G=41.38%
B=58.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0608510.2900.67197.6510016.67
Hex03C55641D043c66411
Octal07412514435010330614421
Binary011110010101011100100111010100001111000110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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