#3A3661

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

Shades of Deep Koamaru #3A3661

Tints of Deep Koamaru #3A3661

Color information

#3A3661 (or 0x3A3661) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 36 and 61. RGB value is (58,54,97). Sum of RGB (Red+Green+Blue) = 58+54+97=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A3661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3661 is #C5C99E. Grayscale: #3B3B3B. Windows color (decimal): -12962207 or 6370874. OLE color: 6370874.

HSL color Cylindrical-coordinate representation of color #3A3661: hue angle of 245.58º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A3661 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB585497-
CMYK0.400.4400.62
HSL245.58º28.48%29.61%-
HSV(B)245.58º44.33%38.04%-
XYZ5.224.411.88-
YUV60.1148.83126.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 54 (21.48% from 255) = 25.84%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=27.75%
G=25.84%
B=46.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5854970.400.4400.62245.5828.4829.61
Hex3A3661282C03Ef61c1e
Octal726614150540763663436
Binary11101011011011000011010001011000111110111101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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