#3C3770

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

Shades of Deep Koamaru #3C3770

Tints of Deep Koamaru #3C3770

Color information

#3C3770 (or 0x3C3770) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 37 and 70. RGB value is (60,55,112). Sum of RGB (Red+Green+Blue) = 60+55+112=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3770 is #C3C88F. Grayscale: #3E3E3E. Windows color (decimal): -12830864 or 7354172. OLE color: 7354172.

HSL color Cylindrical-coordinate representation of color #3C3770: hue angle of 245.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3770 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6055112-
CMYK0.460.5100.56
HSL245.26º34.13%32.75%-
HSV(B)245.26º50.89%43.92%-
XYZ6.154.8615.94-
YUV62.99155.66125.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.43%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=26.43%
G=24.23%
B=49.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60551120.460.5100.56245.2634.1332.75
Hex3C37702E33038f52221
Octal746716056630703654241
Binary1111001101111110000101110110011011100011110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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