#3D3C5E

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

Shades of Deep Koamaru #3D3C5E

Tints of Deep Koamaru #3D3C5E

Color information

#3D3C5E (or 0x3D3C5E) is unknown color: approx Deep Koamaru. HEX triplet: 3D, 3C and 5E. RGB value is (61,60,94). Sum of RGB (Red+Green+Blue) = 61+60+94=215 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.37% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #3D3C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C5E is #C2C3A1. Grayscale: #404040. Windows color (decimal): -12764066 or 6175805. OLE color: 6175805.

HSL color Cylindrical-coordinate representation of color #3D3C5E: hue angle of 241.76º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D3C5E is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB616094-
CMYK0.350.3600.63
HSL241.76º22.08%30.2%-
HSV(B)241.76º36.17%36.86%-
XYZ5.565.0311.27-
YUV64.18144.83125.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 28.37%
GREEN value IS 60 (23.83% from 255) = 27.91%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=28.37%
G=27.91%
B=43.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6160940.350.3600.63241.7622.0830.2
Hex3D3C5E232403Ff2161e
Octal757413643440773622636
Binary11110111110010111101000111001000111111111100101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,94); }

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

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

 a { background-color: rgb(61,60,94); }

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

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

 span { border-color: rgb(61,60,94); }

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