#3A3770

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

Shades of Deep Koamaru #3A3770

Tints of Deep Koamaru #3A3770

Color information

#3A3770 (or 0x3A3770) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 70. RGB value is (58,55,112). Sum of RGB (Red+Green+Blue) = 58+55+112=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3770 is #C5C88F. Grayscale: #3E3E3E. Windows color (decimal): -12961936 or 7354170. OLE color: 7354170.

HSL color Cylindrical-coordinate representation of color #3A3770: hue angle of 243.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A3770 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5855112-
CMYK0.480.5100.56
HSL243.16º34.13%32.75%-
HSV(B)243.16º50.89%43.92%-
XYZ6.044.815.94-
YUV62.4155.99124.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=25.78%
G=24.44%
B=49.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58551120.480.5100.56243.1634.1332.75
Hex3A37703033038f32221
Octal726716060630703634241
Binary1110101101111110000110000110011011100011110011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,112); }

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

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

 a { background-color: rgb(58,55,112); }

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

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

 span { border-color: rgb(58,55,112); }

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