#3A3672

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

Shades of Deep Koamaru #3A3672

Tints of Deep Koamaru #3A3672

Color information

#3A3672 (or 0x3A3672) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 36 and 72. RGB value is (58,54,114). Sum of RGB (Red+Green+Blue) = 58+54+114=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #3A3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3672 is #C5C98D. Grayscale: #3D3D3D. Windows color (decimal): -12962190 or 7484986. OLE color: 7484986.

HSL color Cylindrical-coordinate representation of color #3A3672: hue angle of 244º 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 #3A3672 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5854114-
CMYK0.490.5300.55
HSL244º35.71%32.94%-
HSV(B)244º52.63%44.71%-
XYZ6.14.7516.52-
YUV62.04157.33125.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 54 (21.48% from 255) = 23.89%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=25.66%
G=23.89%
B=50.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58541140.490.5300.5524435.7132.94
Hex3A36723135037f42421
Octal726616261650673644441
Binary1110101101101110010110001110101011011111110100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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