#3C376E

Color #3C376E Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #3C376E

Tints of Deep Koamaru #3C376E

Color information

#3C376E (or 0x3C376E) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 37 and 6E. RGB value is (60,55,110). Sum of RGB (Red+Green+Blue) = 60+55+110=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376E is #C3C891. Grayscale: #3E3E3E. Windows color (decimal): -12830866 or 7223100. OLE color: 7223100.

HSL color Cylindrical-coordinate representation of color #3C376E: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C376E is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6055110-
CMYK0.450.500.57
HSL245.45º33.33%32.35%-
HSV(B)245.45º50%43.14%-
XYZ6.044.8215.36-
YUV62.76154.66126.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=26.67%
G=24.44%
B=48.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60551100.450.500.57245.4533.3332.35
Hex3C376E2D32039f52120
Octal746715655620713654140
Binary1111001101111101110101101110010011100111110101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C376E; }

 p { color: rgb(60,55,110); }

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

<style>
 a { background-color: #3C376E; }

 a { background-color: rgb(60,55,110); }

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

<style>
 span { border-color: #3C376E; }

 span { border-color: rgb(60,55,110); }

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