#3D396B

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

Shades of Deep Koamaru #3D396B

Tints of Deep Koamaru #3D396B

Color information

#3D396B (or 0x3D396B) is unknown color: approx Deep Koamaru. HEX triplet: 3D, 39 and 6B. RGB value is (61,57,107). Sum of RGB (Red+Green+Blue) = 61+57+107=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #3D396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D396B is #C2C694. Grayscale: #3F3F3F. Windows color (decimal): -12764821 or 7027005. OLE color: 7027005.

HSL color Cylindrical-coordinate representation of color #3D396B: hue angle of 244.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D396B is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6157107-
CMYK0.430.4700.58
HSL244.8º30.49%32.16%-
HSV(B)244.8º46.73%41.96%-
XYZ6.044.9814.55-
YUV63.9152.33125.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.11%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=27.11%
G=25.33%
B=47.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61571070.430.4700.58244.830.4932.16
Hex3D396B2B2F03Af51e20
Octal757115353570723653640
Binary111101111001110101110101110111101110101111010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,107); }

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

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

 a { background-color: rgb(61,57,107); }

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

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

 span { border-color: rgb(61,57,107); }

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