Html Css Color HEX #3C3968 Deep Koamaru

📋 copy color: '#3C3968'

red 60 ◦ green 57 ◦ blue 104

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

Shades of Deep Koamaru #3C3968

Tints of Deep Koamaru #3C3968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 27.15%
G = 25.79%
B = 47.06%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#3C3968 (or 0x3C3968) is known color: Deep Koamaru. HEX triplet: 3C, 39 and 68. RGB value is (60,57,104). Sum of RGB (Red+Green+Blue) = 60+57+104=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #3C3968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3968 is #C3C697. Grayscale: #3F3F3F. Windows color (decimal): -12830360 or 6830396. OLE color: 6830396.

HSL color Cylindrical-coordinate representation of color #3C3968: hue angle of 243.83º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C3968 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 60 57 104 -
CMYK 0.42 0.45 0 0.59
HSL 243.83º 0.29% 0.32% -
HSV(B) 243.83º 0.45% 0.41% -
XYZ 5.83 4.89 13.73 -
YUV 63.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 60 57 104 0.42 0.45 0 0.59 243.83 0.29 0.32
Hex 3C 39 68 2A 2D 0 3B F4 1D 20
Octal 74 71 150 52 55 0 73 364 35 40
Binary 111100 111001 1101000 101010 101101 0 111011 11110100 11101 100000

Color Harmonies of #3C3968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3968

Black with #3C3968

Text Example


Text Example

White with #3C3968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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