Html Css Color HEX #393468 Deep Koamaru

📋 copy color: '#393468'

red 57 ◦ green 52 ◦ blue 104

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

Shades of Deep Koamaru #393468

Tints of Deep Koamaru #393468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.41%

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

R = 26.76%
G = 24.41%
B = 48.83%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393468 (or 0x393468) is known color: Deep Koamaru. HEX triplet: 39, 34 and 68. RGB value is (57,52,104). Sum of RGB (Red+Green+Blue) = 57+52+104=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #393468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393468 is #C6CB97. Grayscale: #3B3B3B. Windows color (decimal): -13028248 or 6829113. OLE color: 6829113.

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

Color convert

RGB 57 52 104 -
CMYK 0.45 0.50 0 0.59
HSL 245.77º 0.33% 0.31% -
HSV(B) 245.77º 0.5% 0.41% -
XYZ 5.41 4.33 13.65 -
YUV 59.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 57 52 104 0.45 0.50 0 0.59 245.77 0.33 0.31
Hex 39 34 68 2D 32 0 3B F6 21 1F
Octal 71 64 150 55 62 0 73 366 41 37
Binary 111001 110100 1101000 101101 110010 0 111011 11110110 100001 11111

Color Harmonies of #393468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393468

Black with #393468

Text Example


Text Example

White with #393468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393468; }

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

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

background-color css

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

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

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

border-color css

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

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

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