Html Css Color HEX #36386D Deep Koamaru

📋 copy color: '#36386D'

red 54 ◦ green 56 ◦ blue 109

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

Shades of Deep Koamaru #36386D

Tints of Deep Koamaru #36386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.77%

R = 24.66%
G = 25.57%
B = 49.77%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36386D (or 0x36386D) is known color: Deep Koamaru. HEX triplet: 36, 38 and 6D. RGB value is (54,56,109). Sum of RGB (Red+Green+Blue) = 54+56+109=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #36386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36386D is #C9C792. Grayscale: #3D3D3D. Windows color (decimal): -13223827 or 7157814. OLE color: 7157814.

HSL color Cylindrical-coordinate representation of color #36386D: hue angle of 237.82º degrees, saturation: 0.34, 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 #36386D is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 56 109 -
CMYK 0.50 0.49 0 0.57
HSL 237.82º 0.34% 0.32% -
HSV(B) 237.82º 0.5% 0.43% -
XYZ 5.7 4.72 15.08 -
YUV 61.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 54 56 109 0.50 0.49 0 0.57 237.82 0.34 0.32
Hex 36 38 6D 32 31 0 39 EE 22 20
Octal 66 70 155 62 61 0 71 356 42 40
Binary 110110 111000 1101101 110010 110001 0 111001 11101110 100010 100000

Color Harmonies of #36386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36386D

Black with #36386D

Text Example


Text Example

White with #36386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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