#003C45

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

Shades of Sherpa Blue #003C45

Tints of Sherpa Blue #003C45

Color information

#003C45 (or 0x003C45) is unknown color: approx Sherpa Blue. HEX triplet: 00, 3C and 45. RGB value is (0,60,69). Sum of RGB (Red+Green+Blue) = 0+60+69=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #003C45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C45 is #FFC3BA. Grayscale: #2A2A2A. Windows color (decimal): -16761787 or 4537344. OLE color: 4537344.

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

Color convert

RGB06069-
CMYK10.1300.73
HSL187.83º100%13.53%-
HSV(B)187.83º100%27.06%-
XYZ2.693.666.2-
YUV43.09142.6297.27-

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) = 46.51%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=0%
G=46.51%
B=53.49%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0606910.1300.73187.8310013.53
Hex03C4564D049bc64e
Octal07410514415011127414416
Binary0111100100010111001001101010010011011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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