#3D3C62

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

Shades of Deep Koamaru #3D3C62

Tints of Deep Koamaru #3D3C62

Color information

#3D3C62 (or 0x3D3C62) is unknown color: approx Deep Koamaru. HEX triplet: 3D, 3C and 62. RGB value is (61,60,98). Sum of RGB (Red+Green+Blue) = 61+60+98=219 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.85% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 98 (38.67% from 255 or 44.75% from 219); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D3C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C62 is #C2C39D. Grayscale: #404040. Windows color (decimal): -12764062 or 6437949. OLE color: 6437949.

HSL color Cylindrical-coordinate representation of color #3D3C62: hue angle of 241.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D3C62 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB616098-
CMYK0.380.3900.62
HSL241.58º24.05%30.98%-
HSV(B)241.58º38.78%38.43%-
XYZ5.745.1112.24-
YUV64.63146.83125.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.85%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 98 (38.67% from 255) = 44.75%
R=27.85%
G=27.40%
B=44.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6160980.380.3900.62241.5824.0530.98
Hex3D3C62262703Ef2181f
Octal757414246470763623037
Binary11110111110011000101001101001110111110111100101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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