Html Css Color HEX #393968 Deep Koamaru

📋 copy color: '#393968'

red 57 ◦ green 57 ◦ blue 104

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

Shades of Deep Koamaru #393968

Tints of Deep Koamaru #393968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 26.15%
G = 26.15%
B = 47.71%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393968 (or 0x393968) is known color: Deep Koamaru. HEX triplet: 39, 39 and 68. RGB value is (57,57,104). Sum of RGB (Red+Green+Blue) = 57+57+104=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #393968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393968 is #C6C697. Grayscale: #3E3E3E. Windows color (decimal): -13026968 or 6830393. OLE color: 6830393.

HSL color Cylindrical-coordinate representation of color #393968: hue angle of 240º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393968 is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 57 104 -
CMYK 0.45 0.45 0 0.59
HSL 240º 0.29% 0.32% -
HSV(B) 240º 0.45% 0.41% -
XYZ 5.65 4.8 13.72 -
YUV 62.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 57 57 104 0.45 0.45 0 0.59 240 0.29 0.32
Hex 39 39 68 2D 2D 0 3B F0 1D 20
Octal 71 71 150 55 55 0 73 360 35 40
Binary 111001 111001 1101000 101101 101101 0 111011 11110000 11101 100000

Color Harmonies of #393968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393968

Black with #393968

Text Example


Text Example

White with #393968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393968; }

 p { color: rgb(57,57,104); }

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

background-color css

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

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

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

border-color css

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

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

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