Html Css Color HEX #393564 Deep Koamaru

📋 copy color: '#393564'

red 57 ◦ green 53 ◦ blue 100

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

Shades of Deep Koamaru #393564

Tints of Deep Koamaru #393564

RGB

 RED value IS 57 (22.66% from 255) = 27.14%

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

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

R = 27.14%
G = 25.24%
B = 47.62%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393564 (or 0x393564) is known color: Deep Koamaru. HEX triplet: 39, 35 and 64. RGB value is (57,53,100). Sum of RGB (Red+Green+Blue) = 57+53+100=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #393564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393564 is #C6CA9B. Grayscale: #3B3B3B. Windows color (decimal): -13027996 or 6567225. OLE color: 6567225.

HSL color Cylindrical-coordinate representation of color #393564: hue angle of 245.11º 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 #393564 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 53 100 -
CMYK 0.43 0.47 0 0.61
HSL 245.11º 0.31% 0.3% -
HSV(B) 245.11º 0.47% 0.39% -
XYZ 5.26 4.34 12.62 -
YUV 59.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 57 53 100 0.43 0.47 0 0.61 245.11 0.31 0.3
Hex 39 35 64 2B 2F 0 3D F5 1F 1E
Octal 71 65 144 53 57 0 75 365 37 36
Binary 111001 110101 1100100 101011 101111 0 111101 11110101 11111 11110

Color Harmonies of #393564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393564

Black with #393564

Text Example


Text Example

White with #393564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393564; }

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

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

background-color css

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

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

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

border-color css

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

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

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