Html Css Color HEX #36356B Deep Koamaru

📋 copy color: '#36356B'

red 54 ◦ green 53 ◦ blue 107

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

Shades of Deep Koamaru #36356B

Tints of Deep Koamaru #36356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50%

R = 25.23%
G = 24.77%
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

#36356B (or 0x36356B) is known color: Deep Koamaru. HEX triplet: 36, 35 and 6B. RGB value is (54,53,107). Sum of RGB (Red+Green+Blue) = 54+53+107=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #36356B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36356B is #C9CA94. Grayscale: #3B3B3B. Windows color (decimal): -13224597 or 7025974. OLE color: 7025974.

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

Color convert

RGB 54 53 107 -
CMYK 0.50 0.50 0 0.58
HSL 241.11º 0.34% 0.31% -
HSV(B) 241.11º 0.5% 0.42% -
XYZ 5.45 4.39 14.47 -
YUV 59.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 54 53 107 0.50 0.50 0 0.58 241.11 0.34 0.31
Hex 36 35 6B 32 32 0 3A F1 22 1F
Octal 66 65 153 62 62 0 72 361 42 37
Binary 110110 110101 1101011 110010 110010 0 111010 11110001 100010 11111

Color Harmonies of #36356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36356B

Black with #36356B

Text Example


Text Example

White with #36356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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