Html Css Color HEX #36386C Deep Koamaru

📋 copy color: '#36386C'

red 54 ◦ green 56 ◦ blue 108

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

Shades of Deep Koamaru #36386C

Tints of Deep Koamaru #36386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

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

R = 24.77%
G = 25.69%
B = 49.54%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36386C (or 0x36386C) is known color: Deep Koamaru. HEX triplet: 36, 38 and 6C. RGB value is (54,56,108). Sum of RGB (Red+Green+Blue) = 54+56+108=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #36386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36386C is #C9C793. Grayscale: #3D3D3D. Windows color (decimal): -13223828 or 7092278. OLE color: 7092278.

HSL color Cylindrical-coordinate representation of color #36386C: hue angle of 237.78º 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 #36386C is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 56 108 -
CMYK 0.50 0.48 0 0.58
HSL 237.78º 0.33% 0.32% -
HSV(B) 237.78º 0.5% 0.42% -
XYZ 5.64 4.7 14.8 -
YUV 61.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 54 56 108 0.50 0.48 0 0.58 237.78 0.33 0.32
Hex 36 38 6C 32 30 0 3A EE 21 20
Octal 66 70 154 62 60 0 72 356 41 40
Binary 110110 111000 1101100 110010 110000 0 111010 11101110 100001 100000

Color Harmonies of #36386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36386C

Black with #36386C

Text Example


Text Example

White with #36386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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