Html Css Color HEX #393868 Deep Koamaru

📋 copy color: '#393868'

red 57 ◦ green 56 ◦ blue 104

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

Shades of Deep Koamaru #393868

Tints of Deep Koamaru #393868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.81%

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

R = 26.27%
G = 25.81%
B = 47.93%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393868 (or 0x393868) is known color: Deep Koamaru. HEX triplet: 39, 38 and 68. RGB value is (57,56,104). Sum of RGB (Red+Green+Blue) = 57+56+104=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #393868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393868 is #C6C797. Grayscale: #3D3D3D. Windows color (decimal): -13027224 or 6830137. OLE color: 6830137.

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

Color convert

RGB 57 56 104 -
CMYK 0.45 0.46 0 0.59
HSL 241.25º 0.3% 0.31% -
HSV(B) 241.25º 0.46% 0.41% -
XYZ 5.6 4.7 13.71 -
YUV 61.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 57 56 104 0.45 0.46 0 0.59 241.25 0.3 0.31
Hex 39 38 68 2D 2E 0 3B F1 1E 1F
Octal 71 70 150 55 56 0 73 361 36 37
Binary 111001 111000 1101000 101101 101110 0 111011 11110001 11110 11111

Color Harmonies of #393868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393868

Black with #393868

Text Example


Text Example

White with #393868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393868; }

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

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

background-color css

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

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

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

border-color css

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

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

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