#3D3A65

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

Shades of Deep Koamaru #3D3A65

Tints of Deep Koamaru #3D3A65

Color information

#3D3A65 (or 0x3D3A65) is unknown color: approx Deep Koamaru. HEX triplet: 3D, 3A and 65. RGB value is (61,58,101). Sum of RGB (Red+Green+Blue) = 61+58+101=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D3A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3A65 is #C2C59A. Grayscale: #3F3F3F. Windows color (decimal): -12764571 or 6634045. OLE color: 6634045.

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

Color convert

RGB6158101-
CMYK0.400.4300.60
HSL244.19º27.04%31.18%-
HSV(B)244.19º42.57%39.61%-
XYZ5.794.9612.96-
YUV63.8148.99126-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.73%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=27.73%
G=26.36%
B=45.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61581010.400.4300.60244.1927.0431.18
Hex3D3A65282B03Cf41b1f
Octal757214550530743643337
Binary11110111101011001011010001010110111100111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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