Html Css Color HEX #36366C Deep Koamaru

📋 copy color: '#36366C'

red 54 ◦ green 54 ◦ blue 108

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

Shades of Deep Koamaru #36366C

Tints of Deep Koamaru #36366C

RGB

 RED value IS 54 (21.48% from 255) = 25%

 GREEN value IS 54 (21.48% from 255) = 25%

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

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36366C (or 0x36366C) is known color: Deep Koamaru. HEX triplet: 36, 36 and 6C. RGB value is (54,54,108). Sum of RGB (Red+Green+Blue) = 54+54+108=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #36366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36366C is #C9C993. Grayscale: #3B3B3B. Windows color (decimal): -13224340 or 7091766. OLE color: 7091766.

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

Color convert

RGB 54 54 108 -
CMYK 0.50 0.50 0 0.58
HSL 240º 0.33% 0.32% -
HSV(B) 240º 0.5% 0.42% -
XYZ 5.55 4.51 14.76 -
YUV 60.16 155 123.61 -
System Red Green Blue C M Y K H S L
Decimal 54 54 108 0.50 0.50 0 0.58 240 0.33 0.32
Hex 36 36 6C 32 32 0 3A F0 21 20
Octal 66 66 154 62 62 0 72 360 41 40
Binary 110110 110110 1101100 110010 110010 0 111010 11110000 100001 100000

Color Harmonies of #36366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36366C

Black with #36366C

Text Example


Text Example

White with #36366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36366C; }

 p { color: rgb(54,54,108); }

 H1.HeaderClassName
 {
   color: #36366C;
 }
 .AnyTagClassName
 {
   color: #36366C;
 }
</style>

background-color css

<style>
 a { background-color: #36366C; }

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

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

border-color css

<style>
 span { border-color: #36366C; }

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

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