#3A386E

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

Shades of Deep Koamaru #3A386E

Tints of Deep Koamaru #3A386E

Color information

#3A386E (or 0x3A386E) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 38 and 6E. RGB value is (58,56,110). Sum of RGB (Red+Green+Blue) = 58+56+110=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A386E is #C5C791. Grayscale: #3E3E3E. Windows color (decimal): -12961682 or 7223354. OLE color: 7223354.

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

Color convert

RGB5856110-
CMYK0.470.4900.57
HSL242.22º32.53%32.55%-
HSV(B)242.22º49.09%43.14%-
XYZ5.974.8515.37-
YUV62.75154.66124.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=25.89%
G=25%
B=49.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58561100.470.4900.57242.2232.5332.55
Hex3A386E2F31039f22121
Octal727015657610713624141
Binary1110101110001101110101111110001011100111110010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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