Html Css Color HEX #393375 Deep Koamaru

📋 copy color: '#393375'

red 57 ◦ green 51 ◦ blue 117

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

Shades of Deep Koamaru #393375

Tints of Deep Koamaru #393375

RGB

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

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

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

R = 25.33%
G = 22.67%
B = 52%

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

#393375 (or 0x393375) is known color: Deep Koamaru. HEX triplet: 39, 33 and 75. RGB value is (57,51,117). Sum of RGB (Red+Green+Blue) = 57+51+117=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #393375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393375 is #C6CC8A. Grayscale: #3C3C3C. Windows color (decimal): -13028491 or 7680825. OLE color: 7680825.

HSL color Cylindrical-coordinate representation of color #393375: hue angle of 245.45º degrees, saturation: 0.39, 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 #393375 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 51 117 -
CMYK 0.51 0.56 0 0.54
HSL 245.45º 0.39% 0.33% -
HSV(B) 245.45º 0.56% 0.46% -
XYZ 6.08 4.52 17.38 -
YUV 60.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 57 51 117 0.51 0.56 0 0.54 245.45 0.39 0.33
Hex 39 33 75 33 38 0 36 F5 27 21
Octal 71 63 165 63 70 0 66 365 47 41
Binary 111001 110011 1110101 110011 111000 0 110110 11110101 100111 100001

Color Harmonies of #393375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393375

Black with #393375

Text Example


Text Example

White with #393375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393375; }

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

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

background-color css

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

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

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

border-color css

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

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

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