#003C41

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

Shades of Sherpa Blue #003C41

Tints of Sherpa Blue #003C41

Color information

#003C41 (or 0x003C41) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 41. RGB value is (0,60,65). Sum of RGB (Red+Green+Blue) = 0+60+65=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #003C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C41 is #FFC3BE. Grayscale: #2A2A2A. Windows color (decimal): -16761791 or 4275200. OLE color: 4275200.

HSL color Cylindrical-coordinate representation of color #003C41: hue angle of 184.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C41 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB06065-
CMYK10.0800.75
HSL184.62º100%12.75%-
HSV(B)184.62º100%25.49%-
XYZ2.573.615.56-
YUV42.63140.6297.59-

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) = 48%
BLUE value IS 65 (25.78% from 255) = 52%
R=0%
G=48%
B=52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0606510.0800.75184.6210012.75
Hex03C4164804Bb964d
Octal07410114410011327114415
Binary0111100100000111001001000010010111011100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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