Html Css Color HEX #393460 Deep Koamaru

📋 copy color: '#393460'

red 57 ◦ green 52 ◦ blue 96

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

Shades of Deep Koamaru #393460

Tints of Deep Koamaru #393460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 27.8%
G = 25.37%
B = 46.83%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393460 (or 0x393460) is known color: Deep Koamaru. HEX triplet: 39, 34 and 60. RGB value is (57,52,96). Sum of RGB (Red+Green+Blue) = 57+52+96=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #393460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393460 is #C6CB9F. Grayscale: #3A3A3A. Windows color (decimal): -13028256 or 6304825. OLE color: 6304825.

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

Color convert

RGB 57 52 96 -
CMYK 0.41 0.46 0 0.62
HSL 246.82º 0.3% 0.29% -
HSV(B) 246.82º 0.46% 0.38% -
XYZ 5.03 4.17 11.61 -
YUV 58.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 57 52 96 0.41 0.46 0 0.62 246.82 0.3 0.29
Hex 39 34 60 29 2E 0 3E F7 1E 1D
Octal 71 64 140 51 56 0 76 367 36 35
Binary 111001 110100 1100000 101001 101110 0 111110 11110111 11110 11101

Color Harmonies of #393460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393460

Black with #393460

Text Example


Text Example

White with #393460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393460; }

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

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

background-color css

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

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

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

border-color css

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

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

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