#003C4A

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

Shades of Sherpa Blue #003C4A

Tints of Sherpa Blue #003C4A

Color information

#003C4A (or 0x003C4A) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 4A. RGB value is (0,60,74). Sum of RGB (Red+Green+Blue) = 0+60+74=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #003C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C4A is #FFC3B5. Grayscale: #2B2B2B. Windows color (decimal): -16761782 or 4865024. OLE color: 4865024.

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

Color convert

RGB06074-
CMYK10.1900.71
HSL191.35º100%14.51%-
HSV(B)191.35º100%29.02%-
XYZ2.853.737.05-
YUV43.66145.1296.86-

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) = 44.78%
BLUE value IS 74 (29.30% from 255) = 55.22%
R=0%
G=44.78%
B=55.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0607410.1900.71191.3510014.51
Hex03C4A6413047bf64f
Octal07411214423010727714417
Binary01111001001010110010010011010001111011111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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