Html Css Color HEX #36356E Deep Koamaru

📋 copy color: '#36356E'

red 54 ◦ green 53 ◦ blue 110

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

Shades of Deep Koamaru #36356E

Tints of Deep Koamaru #36356E

RGB

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

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

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

R = 24.88%
G = 24.42%
B = 50.69%

CMYK

 C value IS 0.51

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36356E (or 0x36356E) is known color: Deep Koamaru. HEX triplet: 36, 35 and 6E. RGB value is (54,53,110). Sum of RGB (Red+Green+Blue) = 54+53+110=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #36356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356E is #C9CA91. Grayscale: #3B3B3B. Windows color (decimal): -13224594 or 7222582. OLE color: 7222582.

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

Color convert

RGB 54 53 110 -
CMYK 0.51 0.52 0 0.57
HSL 241.05º 0.35% 0.32% -
HSV(B) 241.05º 0.52% 0.43% -
XYZ 5.61 4.46 15.32 -
YUV 59.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 54 53 110 0.51 0.52 0 0.57 241.05 0.35 0.32
Hex 36 35 6E 33 34 0 39 F1 23 20
Octal 66 65 156 63 64 0 71 361 43 40
Binary 110110 110101 1101110 110011 110100 0 111001 11110001 100011 100000

Color Harmonies of #36356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36356E

Black with #36356E

Text Example


Text Example

White with #36356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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