#3A356E

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

Shades of Deep Koamaru #3A356E

Tints of Deep Koamaru #3A356E

Color information

#3A356E (or 0x3A356E) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 6E. RGB value is (58,53,110). Sum of RGB (Red+Green+Blue) = 58+53+110=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A356E is #C5CA91. Grayscale: #3C3C3C. Windows color (decimal): -12962450 or 7222586. OLE color: 7222586.

HSL color Cylindrical-coordinate representation of color #3A356E: hue angle of 245.26º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A356E is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5853110-
CMYK0.470.5200.57
HSL245.26º34.97%31.96%-
HSV(B)245.26º51.82%43.14%-
XYZ5.834.5715.33-
YUV60.99155.66125.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=26.24%
G=23.98%
B=49.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58531100.470.5200.57245.2634.9731.96
Hex3A356E2F34039f52320
Octal726515657640713654340
Binary1110101101011101110101111110100011100111110101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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