#3C3A6B

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

Shades of Deep Koamaru #3C3A6B

Tints of Deep Koamaru #3C3A6B

Color information

#3C3A6B (or 0x3C3A6B) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 3A and 6B. RGB value is (60,58,107). Sum of RGB (Red+Green+Blue) = 60+58+107=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C3A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A6B is #C3C594. Grayscale: #3F3F3F. Windows color (decimal): -12830101 or 7027260. OLE color: 7027260.

HSL color Cylindrical-coordinate representation of color #3C3A6B: hue angle of 242.45º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C3A6B is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6058107-
CMYK0.440.4600.58
HSL242.45º29.7%32.35%-
HSV(B)242.45º45.79%41.96%-
XYZ6.035.0514.57-
YUV64.18152.16125.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.67%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=26.67%
G=25.78%
B=47.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60581070.440.4600.58242.4529.732.35
Hex3C3A6B2C2E03Af21e20
Octal747215354560723623640
Binary111100111010110101110110010111001110101111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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