Html Css Color HEX #393760 Deep Koamaru

📋 copy color: '#393760'

red 57 ◦ green 55 ◦ blue 96

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

Shades of Deep Koamaru #393760

Tints of Deep Koamaru #393760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.44%

 BLUE value IS 96 (37.89% from 255) = 46.15%

R = 27.4%
G = 26.44%
B = 46.15%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393760 (or 0x393760) is known color: Deep Koamaru. HEX triplet: 39, 37 and 60. RGB value is (57,55,96). Sum of RGB (Red+Green+Blue) = 57+55+96=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #393760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393760 is #C6C89F. Grayscale: #3C3C3C. Windows color (decimal): -13027488 or 6305593. OLE color: 6305593.

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

Color convert

RGB 57 55 96 -
CMYK 0.41 0.43 0 0.62
HSL 242.93º 0.27% 0.3% -
HSV(B) 242.93º 0.43% 0.38% -
XYZ 5.16 4.45 11.65 -
YUV 60.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 57 55 96 0.41 0.43 0 0.62 242.93 0.27 0.3
Hex 39 37 60 29 2B 0 3E F3 1B 1E
Octal 71 67 140 51 53 0 76 363 33 36
Binary 111001 110111 1100000 101001 101011 0 111110 11110011 11011 11110

Color Harmonies of #393760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393760

Black with #393760

Text Example


Text Example

White with #393760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393760; }

 p { color: rgb(57,55,96); }

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

background-color css

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

 a { background-color: rgb(57,55,96); }

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

border-color css

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

 span { border-color: rgb(57,55,96); }

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