Html Css Color HEX #3C376C Deep Koamaru

📋 copy color: '#3C376C'

red 60 ◦ green 55 ◦ blue 108

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

Shades of Deep Koamaru #3C376C

Tints of Deep Koamaru #3C376C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.66%

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 26.91%
G = 24.66%
B = 48.43%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C376C (or 0x3C376C) is known color: Deep Koamaru. HEX triplet: 3C, 37 and 6C. RGB value is (60,55,108). Sum of RGB (Red+Green+Blue) = 60+55+108=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376C is #C3C893. Grayscale: #3E3E3E. Windows color (decimal): -12830868 or 7092028. OLE color: 7092028.

HSL color Cylindrical-coordinate representation of color #3C376C: hue angle of 245.66º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C376C is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 55 108 -
CMYK 0.44 0.49 0 0.58
HSL 245.66º 0.33% 0.32% -
HSV(B) 245.66º 0.49% 0.42% -
XYZ 5.94 4.78 14.8 -
YUV 62.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 60 55 108 0.44 0.49 0 0.58 245.66 0.33 0.32
Hex 3C 37 6C 2C 31 0 3A F6 21 20
Octal 74 67 154 54 61 0 72 366 41 40
Binary 111100 110111 1101100 101100 110001 0 111010 11110110 100001 100000

Color Harmonies of #3C376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C376C

Black with #3C376C

Text Example


Text Example

White with #3C376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,108); }

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

background-color css

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

 a { background-color: rgb(60,55,108); }

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

border-color css

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

 span { border-color: rgb(60,55,108); }

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