Html Css Color HEX #363564 Deep Koamaru

📋 copy color: '#363564'

red 54 ◦ green 53 ◦ blue 100

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

Shades of Deep Koamaru #363564

Tints of Deep Koamaru #363564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 48.31%

R = 26.09%
G = 25.6%
B = 48.31%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#363564 (or 0x363564) is known color: Deep Koamaru. HEX triplet: 36, 35 and 64. RGB value is (54,53,100). Sum of RGB (Red+Green+Blue) = 54+53+100=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 100 (39.45% from 255 or 48.31% from 207); Max value from RGB is 100 - color contains mainly: blue. Hex color #363564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363564 is #C9CA9B. Grayscale: #3A3A3A. Windows color (decimal): -13224604 or 6567222. OLE color: 6567222.

HSL color Cylindrical-coordinate representation of color #363564: hue angle of 241.28º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363564 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 53 100 -
CMYK 0.46 0.47 0 0.61
HSL 241.28º 0.31% 0.3% -
HSV(B) 241.28º 0.47% 0.39% -
XYZ 5.09 4.25 12.61 -
YUV 58.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 54 53 100 0.46 0.47 0 0.61 241.28 0.31 0.3
Hex 36 35 64 2E 2F 0 3D F1 1F 1E
Octal 66 65 144 56 57 0 75 361 37 36
Binary 110110 110101 1100100 101110 101111 0 111101 11110001 11111 11110

Color Harmonies of #363564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363564

Black with #363564

Text Example


Text Example

White with #363564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363564; }

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

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

background-color css

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

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

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

border-color css

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

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

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