#003C54

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

Shades of Sherpa Blue #003C54

Tints of Sherpa Blue #003C54

Color information

#003C54 (or 0x003C54) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 54. RGB value is (0,60,84). Sum of RGB (Red+Green+Blue) = 0+60+84=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 60 (23.83% from 255 or 41.67% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #003C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C54 is #FFC3AB. Grayscale: #2C2C2C. Windows color (decimal): -16761772 or 5520384. OLE color: 5520384.

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

Color convert

RGB06084-
CMYK10.2900.67
HSL197.14º100%16.47%-
HSV(B)197.14º100%32.94%-
XYZ3.223.878.97-
YUV44.8150.1296.05-

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.67%
BLUE value IS 84 (33.20% 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.67
SystemRedGreenBlueCMYKHSL
Decimal0608410.2900.67197.1410016.47
Hex03C54641D043c56410
Octal07412414435010330514420
Binary011110010101001100100111010100001111000101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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