Html Css Color HEX #393861 Deep Koamaru

📋 copy color: '#393861'

red 57 ◦ green 56 ◦ blue 97

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

Shades of Deep Koamaru #393861

Tints of Deep Koamaru #393861

RGB

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

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

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

R = 27.14%
G = 26.67%
B = 46.19%

CMYK

 C value IS 0.41

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393861 (or 0x393861) is known color: Deep Koamaru. HEX triplet: 39, 38 and 61. RGB value is (57,56,97). Sum of RGB (Red+Green+Blue) = 57+56+97=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 97 (38.28% from 255 or 46.19% from 210); Max value from RGB is 97 - color contains mainly: blue. Hex color #393861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393861 is #C6C79E. Grayscale: #3C3C3C. Windows color (decimal): -13027231 or 6371385. OLE color: 6371385.

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

Color convert

RGB 57 56 97 -
CMYK 0.41 0.42 0 0.62
HSL 241.46º 0.27% 0.3% -
HSV(B) 241.46º 0.42% 0.38% -
XYZ 5.26 4.56 11.91 -
YUV 60.97 148.33 125.17 -
System Red Green Blue C M Y K H S L
Decimal 57 56 97 0.41 0.42 0 0.62 241.46 0.27 0.3
Hex 39 38 61 29 2A 0 3E F1 1B 1E
Octal 71 70 141 51 52 0 76 361 33 36
Binary 111001 111000 1100001 101001 101010 0 111110 11110001 11011 11110

Color Harmonies of #393861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393861

Black with #393861

Text Example


Text Example

White with #393861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393861; }

 p { color: rgb(57,56,97); }

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

background-color css

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

 a { background-color: rgb(57,56,97); }

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

border-color css

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

 span { border-color: rgb(57,56,97); }

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