Html Css Color HEX #363860 Deep Koamaru

📋 copy color: '#363860'

red 54 ◦ green 56 ◦ blue 96

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

Shades of Deep Koamaru #363860

Tints of Deep Koamaru #363860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 26.21%
G = 27.18%
B = 46.6%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363860 (or 0x363860) is known color: Deep Koamaru. HEX triplet: 36, 38 and 60. RGB value is (54,56,96). Sum of RGB (Red+Green+Blue) = 54+56+96=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #363860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363860 is #C9C79F. Grayscale: #3B3B3B. Windows color (decimal): -13223840 or 6305846. OLE color: 6305846.

HSL color Cylindrical-coordinate representation of color #363860: hue angle of 237.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #363860 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 56 96 -
CMYK 0.44 0.42 0 0.62
HSL 237.14º 0.28% 0.29% -
HSV(B) 237.14º 0.44% 0.38% -
XYZ 5.05 4.46 11.66 -
YUV 59.96 148.34 123.75 -
System Red Green Blue C M Y K H S L
Decimal 54 56 96 0.44 0.42 0 0.62 237.14 0.28 0.29
Hex 36 38 60 2C 2A 0 3E ED 1C 1D
Octal 66 70 140 54 52 0 76 355 34 35
Binary 110110 111000 1100000 101100 101010 0 111110 11101101 11100 11101

Color Harmonies of #363860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363860

Black with #363860

Text Example


Text Example

White with #363860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363860; }

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

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

background-color css

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

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

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

border-color css

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

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

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