Html Css Color HEX #3D3C5F Deep Koamaru

📋 copy color: '#3D3C5F'

red 61 ◦ green 60 ◦ blue 95

#3D3C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Koamaru #3D3C5F

Tints of Deep Koamaru #3D3C5F

RGB

 RED value IS 61 (24.22% from 255) = 28.24%

 GREEN value IS 60 (23.83% from 255) = 27.78%

 BLUE value IS 95 (37.5% from 255) = 43.98%

R = 28.24%
G = 27.78%
B = 43.98%

CMYK

 C value IS 0.36

 M value IS 0.37

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D3C5F (or 0x3D3C5F) is known color: Deep Koamaru. HEX triplet: 3D, 3C and 5F. RGB value is (61,60,95). Sum of RGB (Red+Green+Blue) = 61+60+95=216 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.24% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D3C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C5F is #C2C3A0. Grayscale: #404040. Windows color (decimal): -12764065 or 6241341. OLE color: 6241341.

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

Color convert

RGB 61 60 95 -
CMYK 0.36 0.37 0 0.63
HSL 241.71º 0.23% 0.3% -
HSV(B) 241.71º 0.37% 0.37% -
XYZ 5.61 5.05 11.51 -
YUV 64.29 145.33 125.65 -
System Red Green Blue C M Y K H S L
Decimal 61 60 95 0.36 0.37 0 0.63 241.71 0.23 0.3
Hex 3D 3C 5F 24 25 0 3F F2 17 1E
Octal 75 74 137 44 45 0 77 362 27 36
Binary 111101 111100 1011111 100100 100101 0 111111 11110010 10111 11110

Color Harmonies of #3D3C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C5F

Black with #3D3C5F

Text Example


Text Example

White with #3D3C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D3C5F;
 }
 .AnyTagClassName
 {
   color: #3D3C5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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