#3A3673

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

Shades of Deep Koamaru #3A3673

Tints of Deep Koamaru #3A3673

Color information

#3A3673 (or 0x3A3673) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 36 and 73. RGB value is (58,54,115). Sum of RGB (Red+Green+Blue) = 58+54+115=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A3673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3673 is #C5C98C. Grayscale: #3D3D3D. Windows color (decimal): -12962189 or 7550522. OLE color: 7550522.

HSL color Cylindrical-coordinate representation of color #3A3673: hue angle of 243.93º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A3673 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5854115-
CMYK0.500.5300.55
HSL243.93º36.09%33.14%-
HSV(B)243.93º53.04%45.1%-
XYZ6.164.7816.82-
YUV62.15157.83125.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.55%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 115 (45.31% from 255) = 50.66%
R=25.55%
G=23.79%
B=50.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58541150.500.5300.55243.9336.0933.14
Hex3A36733235037f42421
Octal726616362650673644441
Binary1110101101101110011110010110101011011111110100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,54,115); }

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

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

 a { background-color: rgb(58,54,115); }

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

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

 span { border-color: rgb(58,54,115); }

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