#3A356B

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

Shades of Deep Koamaru #3A356B

Tints of Deep Koamaru #3A356B

Color information

#3A356B (or 0x3A356B) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 6B. RGB value is (58,53,107). Sum of RGB (Red+Green+Blue) = 58+53+107=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #3A356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A356B is #C5CA94. Grayscale: #3C3C3C. Windows color (decimal): -12962453 or 7025978. OLE color: 7025978.

HSL color Cylindrical-coordinate representation of color #3A356B: hue angle of 245.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A356B is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5853107-
CMYK0.460.5000.58
HSL245.56º33.75%31.37%-
HSV(B)245.56º50.47%41.96%-
XYZ5.674.5114.48-
YUV60.65154.16126.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=26.61%
G=24.31%
B=49.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal58531070.460.5000.58245.5633.7531.37
Hex3A356B2E3203Af6221f
Octal726515356620723664237
Binary111010110101110101110111011001001110101111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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