Html Css Color HEX #393863 Deep Koamaru

📋 copy color: '#393863'

red 57 ◦ green 56 ◦ blue 99

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

Shades of Deep Koamaru #393863

Tints of Deep Koamaru #393863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 46.7%

R = 26.89%
G = 26.42%
B = 46.7%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393863 (or 0x393863) is known color: Deep Koamaru. HEX triplet: 39, 38 and 63. RGB value is (57,56,99). Sum of RGB (Red+Green+Blue) = 57+56+99=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 99 (39.06% from 255 or 46.70% from 212); Max value from RGB is 99 - color contains mainly: blue. Hex color #393863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393863 is #C6C79C. Grayscale: #3D3D3D. Windows color (decimal): -13027229 or 6502457. OLE color: 6502457.

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

Color convert

RGB 57 56 99 -
CMYK 0.42 0.43 0 0.61
HSL 241.4º 0.28% 0.3% -
HSV(B) 241.4º 0.43% 0.39% -
XYZ 5.35 4.6 12.41 -
YUV 61.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 57 56 99 0.42 0.43 0 0.61 241.4 0.28 0.3
Hex 39 38 63 2A 2B 0 3D F1 1C 1E
Octal 71 70 143 52 53 0 75 361 34 36
Binary 111001 111000 1100011 101010 101011 0 111101 11110001 11100 11110

Color Harmonies of #393863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393863

Black with #393863

Text Example


Text Example

White with #393863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393863; }

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

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

background-color css

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

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

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

border-color css

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

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

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