Html Css Color HEX #3C376E Deep Koamaru

📋 copy color: '#3C376E'

red 60 ◦ green 55 ◦ blue 110

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

Shades of Deep Koamaru #3C376E

Tints of Deep Koamaru #3C376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 26.67%
G = 24.44%
B = 48.89%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3C376E (or 0x3C376E) is known color: Deep Koamaru. HEX triplet: 3C, 37 and 6E. RGB value is (60,55,110). Sum of RGB (Red+Green+Blue) = 60+55+110=225 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.67% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C376E is #C3C891. Grayscale: #3E3E3E. Windows color (decimal): -12830866 or 7223100. OLE color: 7223100.

HSL color Cylindrical-coordinate representation of color #3C376E: hue angle of 245.45º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C376E is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 55 110 -
CMYK 0.45 0.5 0 0.57
HSL 245.45º 0.33% 0.32% -
HSV(B) 245.45º 0.5% 0.43% -
XYZ 6.04 4.82 15.36 -
YUV 62.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 60 55 110 0.45 0.5 0 0.57 245.45 0.33 0.32
Hex 3C 37 6E 2D 32 0 39 F5 21 20
Octal 74 67 156 55 62 0 71 365 41 40
Binary 111100 110111 1101110 101101 110010 0 111001 11110101 100001 100000

Color Harmonies of #3C376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C376E

Black with #3C376E

Text Example


Text Example

White with #3C376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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