Html Css Color HEX #363555 Deep Koamaru

📋 copy color: '#363555'

red 54 ◦ green 53 ◦ blue 85

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

Shades of Deep Koamaru #363555

Tints of Deep Koamaru #363555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 28.13%
G = 27.6%
B = 44.27%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363555 (or 0x363555) is known color: Deep Koamaru. HEX triplet: 36, 35 and 55. RGB value is (54,53,85). Sum of RGB (Red+Green+Blue) = 54+53+85=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #363555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363555 is #C9CAAA. Grayscale: #383838. Windows color (decimal): -13224619 or 5584182. OLE color: 5584182.

HSL color Cylindrical-coordinate representation of color #363555: hue angle of 241.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #363555 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 53 85 -
CMYK 0.36 0.38 0 0.67
HSL 241.88º 0.23% 0.27% -
HSV(B) 241.88º 0.38% 0.33% -
XYZ 4.43 3.99 9.13 -
YUV 56.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 54 53 85 0.36 0.38 0 0.67 241.88 0.23 0.27
Hex 36 35 55 24 26 0 43 F2 17 1B
Octal 66 65 125 44 46 0 103 362 27 33
Binary 110110 110101 1010101 100100 100110 0 1000011 11110010 10111 11011

Color Harmonies of #363555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363555

Black with #363555

Text Example


Text Example

White with #363555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363555; }

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

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

background-color css

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

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

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

border-color css

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

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

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