Html Css Color HEX #393475 Deep Koamaru

📋 copy color: '#393475'

red 57 ◦ green 52 ◦ blue 117

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

Shades of Deep Koamaru #393475

Tints of Deep Koamaru #393475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.77%

R = 25.22%
G = 23.01%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393475 (or 0x393475) is known color: Deep Koamaru. HEX triplet: 39, 34 and 75. RGB value is (57,52,117). Sum of RGB (Red+Green+Blue) = 57+52+117=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #393475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393475 is #C6CB8A. Grayscale: #3C3C3C. Windows color (decimal): -13028235 or 7681081. OLE color: 7681081.

HSL color Cylindrical-coordinate representation of color #393475: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #393475 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 52 117 -
CMYK 0.51 0.56 0 0.54
HSL 244.62º 0.38% 0.33% -
HSV(B) 244.62º 0.56% 0.46% -
XYZ 6.13 4.61 17.4 -
YUV 60.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 57 52 117 0.51 0.56 0 0.54 244.62 0.38 0.33
Hex 39 34 75 33 38 0 36 F5 26 21
Octal 71 64 165 63 70 0 66 365 46 41
Binary 111001 110100 1110101 110011 111000 0 110110 11110101 100110 100001

Color Harmonies of #393475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393475

Black with #393475

Text Example


Text Example

White with #393475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393475; }

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

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

background-color css

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

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

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

border-color css

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

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

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