Html Css Color HEX #393368 Deep Koamaru

📋 copy color: '#393368'

red 57 ◦ green 51 ◦ blue 104

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

Shades of Deep Koamaru #393368

Tints of Deep Koamaru #393368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 26.89%
G = 24.06%
B = 49.06%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393368 (or 0x393368) is known color: Deep Koamaru. HEX triplet: 39, 33 and 68. RGB value is (57,51,104). Sum of RGB (Red+Green+Blue) = 57+51+104=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #393368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393368 is #C6CC97. Grayscale: #3A3A3A. Windows color (decimal): -13028504 or 6828857. OLE color: 6828857.

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

Color convert

RGB 57 51 104 -
CMYK 0.45 0.51 0 0.59
HSL 246.79º 0.34% 0.3% -
HSV(B) 246.79º 0.51% 0.41% -
XYZ 5.37 4.24 13.63 -
YUV 58.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 57 51 104 0.45 0.51 0 0.59 246.79 0.34 0.3
Hex 39 33 68 2D 33 0 3B F7 22 1E
Octal 71 63 150 55 63 0 73 367 42 36
Binary 111001 110011 1101000 101101 110011 0 111011 11110111 100010 11110

Color Harmonies of #393368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393368

Black with #393368

Text Example


Text Example

White with #393368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393368; }

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

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

background-color css

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

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

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

border-color css

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

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

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