#3A385D

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

Shades of Deep Koamaru #3A385D

Tints of Deep Koamaru #3A385D

Color information

#3A385D (or 0x3A385D) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 38 and 5D. RGB value is (58,56,93). Sum of RGB (Red+Green+Blue) = 58+56+93=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A385D is #C5C7A2. Grayscale: #3C3C3C. Windows color (decimal): -12961699 or 6109242. OLE color: 6109242.

HSL color Cylindrical-coordinate representation of color #3A385D: hue angle of 243.24º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A385D is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB585693-
CMYK0.380.4000.64
HSL243.24º24.83%29.22%-
HSV(B)243.24º39.78%36.47%-
XYZ5.134.5210.96-
YUV60.82146.16125.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=28.02%
G=27.05%
B=44.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5856930.380.4000.64243.2424.8329.22
Hex3A385D2628040f3191d
Octal7270135465001003633135
Binary111010111000101110110011010100001000000111100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,93); }

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

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

 a { background-color: rgb(58,56,93); }

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

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

 span { border-color: rgb(58,56,93); }

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