#3A3765

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

Shades of Deep Koamaru #3A3765

Tints of Deep Koamaru #3A3765

Color information

#3A3765 (or 0x3A3765) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 37 and 65. RGB value is (58,55,101). Sum of RGB (Red+Green+Blue) = 58+55+101=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #3A3765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3765 is #C5C89A. Grayscale: #3C3C3C. Windows color (decimal): -12961947 or 6633274. OLE color: 6633274.

HSL color Cylindrical-coordinate representation of color #3A3765: hue angle of 243.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3765 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5855101-
CMYK0.430.4600.60
HSL243.91º29.49%30.59%-
HSV(B)243.91º45.54%39.61%-
XYZ5.464.5712.91-
YUV61.14150.49125.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.10%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=27.10%
G=25.70%
B=47.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal58551010.430.4600.60243.9129.4930.59
Hex3A37652B2E03Cf41d1f
Octal726714553560743643537
Binary11101011011111001011010111011100111100111101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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