#3C3A61

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

Shades of Deep Koamaru #3C3A61

Tints of Deep Koamaru #3C3A61

Color information

#3C3A61 (or 0x3C3A61) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 3A and 61. RGB value is (60,58,97). Sum of RGB (Red+Green+Blue) = 60+58+97=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C3A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A61 is #C3C59E. Grayscale: #3E3E3E. Windows color (decimal): -12830111 or 6371900. OLE color: 6371900.

HSL color Cylindrical-coordinate representation of color #3C3A61: hue angle of 243.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C3A61 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB605897-
CMYK0.380.4000.62
HSL243.08º25.16%30.39%-
HSV(B)243.08º40.21%38.04%-
XYZ5.534.8511.95-
YUV63.04147.16125.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=27.91%
G=26.98%
B=45.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6058970.380.4000.62243.0825.1630.39
Hex3C3A61262803Ef3191e
Octal747214146500763633136
Binary11110011101011000011001101010000111110111100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,58,97); }

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

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

 a { background-color: rgb(60,58,97); }

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

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

 span { border-color: rgb(60,58,97); }

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