Html Css Color HEX #363161 Deep Koamaru

📋 copy color: '#363161'

red 54 ◦ green 49 ◦ blue 97

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

Shades of Deep Koamaru #363161

Tints of Deep Koamaru #363161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 27%
G = 24.5%
B = 48.5%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#363161 (or 0x363161) is known color: Deep Koamaru. HEX triplet: 36, 31 and 61. RGB value is (54,49,97). Sum of RGB (Red+Green+Blue) = 54+49+97=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #363161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363161 is #C9CE9E. Grayscale: #373737. Windows color (decimal): -13225631 or 6369590. OLE color: 6369590.

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

Color convert

RGB 54 49 97 -
CMYK 0.44 0.49 0 0.62
HSL 246.25º 0.33% 0.29% -
HSV(B) 246.25º 0.49% 0.38% -
XYZ 4.78 3.84 11.8 -
YUV 55.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 54 49 97 0.44 0.49 0 0.62 246.25 0.33 0.29
Hex 36 31 61 2C 31 0 3E F6 21 1D
Octal 66 61 141 54 61 0 76 366 41 35
Binary 110110 110001 1100001 101100 110001 0 111110 11110110 100001 11101

Color Harmonies of #363161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363161

Black with #363161

Text Example


Text Example

White with #363161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363161; }

 p { color: rgb(54,49,97); }

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

background-color css

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

 a { background-color: rgb(54,49,97); }

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

border-color css

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

 span { border-color: rgb(54,49,97); }

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