Html Css Color HEX #393668 Deep Koamaru

📋 copy color: '#393668'

red 57 ◦ green 54 ◦ blue 104

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

Shades of Deep Koamaru #393668

Tints of Deep Koamaru #393668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.12%

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

R = 26.51%
G = 25.12%
B = 48.37%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393668 (or 0x393668) is known color: Deep Koamaru. HEX triplet: 39, 36 and 68. RGB value is (57,54,104). Sum of RGB (Red+Green+Blue) = 57+54+104=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #393668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393668 is #C6C997. Grayscale: #3C3C3C. Windows color (decimal): -13027736 or 6829625. OLE color: 6829625.

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

Color convert

RGB 57 54 104 -
CMYK 0.45 0.48 0 0.59
HSL 243.6º 0.32% 0.31% -
HSV(B) 243.6º 0.48% 0.41% -
XYZ 5.51 4.51 13.68 -
YUV 60.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 57 54 104 0.45 0.48 0 0.59 243.6 0.32 0.31
Hex 39 36 68 2D 30 0 3B F4 20 1F
Octal 71 66 150 55 60 0 73 364 40 37
Binary 111001 110110 1101000 101101 110000 0 111011 11110100 100000 11111

Color Harmonies of #393668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393668

Black with #393668

Text Example


Text Example

White with #393668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393668; }

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

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

background-color css

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

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

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

border-color css

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

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

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