Html Css Color HEX #36356D Deep Koamaru

📋 copy color: '#36356D'

red 54 ◦ green 53 ◦ blue 109

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

Shades of Deep Koamaru #36356D

Tints of Deep Koamaru #36356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 25%
G = 24.54%
B = 50.46%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36356D (or 0x36356D) is known color: Deep Koamaru. HEX triplet: 36, 35 and 6D. RGB value is (54,53,109). Sum of RGB (Red+Green+Blue) = 54+53+109=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #36356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356D is #C9CA92. Grayscale: #3B3B3B. Windows color (decimal): -13224595 or 7157046. OLE color: 7157046.

HSL color Cylindrical-coordinate representation of color #36356D: hue angle of 241.07º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #36356D is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 53 109 -
CMYK 0.50 0.51 0 0.57
HSL 241.07º 0.35% 0.32% -
HSV(B) 241.07º 0.51% 0.43% -
XYZ 5.55 4.43 15.03 -
YUV 59.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 54 53 109 0.50 0.51 0 0.57 241.07 0.35 0.32
Hex 36 35 6D 32 33 0 39 F1 23 20
Octal 66 65 155 62 63 0 71 361 43 40
Binary 110110 110101 1101101 110010 110011 0 111001 11110001 100011 100000

Color Harmonies of #36356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36356D

Black with #36356D

Text Example


Text Example

White with #36356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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