#3C3A69

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

Shades of Deep Koamaru #3C3A69

Tints of Deep Koamaru #3C3A69

Color information

#3C3A69 (or 0x3C3A69) is unknown color: approx Deep Koamaru. HEX triplet: 3C, 3A and 69. RGB value is (60,58,105). Sum of RGB (Red+Green+Blue) = 60+58+105=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C3A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A69 is #C3C596. Grayscale: #3F3F3F. Windows color (decimal): -12830103 or 6896188. OLE color: 6896188.

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

Color convert

RGB6058105-
CMYK0.430.4500.59
HSL242.55º28.83%31.96%-
HSV(B)242.55º44.76%41.18%-
XYZ5.935.0114.02-
YUV63.96151.16125.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=26.91%
G=26.01%
B=47.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60581050.430.4500.59242.5528.8331.96
Hex3C3A692B2D03Bf31d20
Octal747215153550733633540
Binary111100111010110100110101110110101110111111001111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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