Html Css Color HEX #3C395D Deep Koamaru

📋 copy color: '#3C395D'

red 60 ◦ green 57 ◦ blue 93

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

Shades of Deep Koamaru #3C395D

Tints of Deep Koamaru #3C395D

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

 GREEN value IS 57 (22.66% from 255) = 27.14%

 BLUE value IS 93 (36.72% from 255) = 44.29%

R = 28.57%
G = 27.14%
B = 44.29%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C395D (or 0x3C395D) is known color: Deep Koamaru. HEX triplet: 3C, 39 and 5D. RGB value is (60,57,93). Sum of RGB (Red+Green+Blue) = 60+57+93=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C395D is #C3C6A2. Grayscale: #3D3D3D. Windows color (decimal): -12830371 or 6109500. OLE color: 6109500.

HSL color Cylindrical-coordinate representation of color #3C395D: hue angle of 245º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C395D is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 57 93 -
CMYK 0.35 0.39 0 0.64
HSL 245º 0.24% 0.29% -
HSV(B) 245º 0.39% 0.36% -
XYZ 5.3 4.68 10.98 -
YUV 62 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 60 57 93 0.35 0.39 0 0.64 245 0.24 0.29
Hex 3C 39 5D 23 27 0 40 F5 18 1D
Octal 74 71 135 43 47 0 100 365 30 35
Binary 111100 111001 1011101 100011 100111 0 1000000 11110101 11000 11101

Color Harmonies of #3C395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C395D

Black with #3C395D

Text Example


Text Example

White with #3C395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,57,93); }

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

background-color css

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

 a { background-color: rgb(60,57,93); }

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

border-color css

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

 span { border-color: rgb(60,57,93); }

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