#3C3A64

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

Shades of Deep Koamaru #3C3A64

Tints of Deep Koamaru #3C3A64

Color information

#3C3A64 (or 0x3C3A64) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 3A and 64. RGB value is (60,58,100). Sum of RGB (Red+Green+Blue) = 60+58+100=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 100 - color contains mainly: blue. Hex color #3C3A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A64 is #C3C59B. Grayscale: #3F3F3F. Windows color (decimal): -12830108 or 6568508. OLE color: 6568508.

HSL color Cylindrical-coordinate representation of color #3C3A64: hue angle of 242.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C3A64 is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6058100-
CMYK0.40.4200.61
HSL242.86º26.58%30.98%-
HSV(B)242.86º42%39.22%-
XYZ5.684.9112.7-
YUV63.39148.66125.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.52%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=27.52%
G=26.61%
B=45.87%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60581000.40.4200.61242.8626.5830.98
Hex3C3A64282A03Df31b1f
Octal747214450520753633337
Binary11110011101011001001010001010100111101111100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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