Html Css Color HEX #393465 Deep Koamaru

📋 copy color: '#393465'

red 57 ◦ green 52 ◦ blue 101

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

Shades of Deep Koamaru #393465

Tints of Deep Koamaru #393465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 48.1%

R = 27.14%
G = 24.76%
B = 48.1%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#393465 (or 0x393465) is known color: Deep Koamaru. HEX triplet: 39, 34 and 65. RGB value is (57,52,101). Sum of RGB (Red+Green+Blue) = 57+52+101=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #393465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393465 is #C6CB9A. Grayscale: #3A3A3A. Windows color (decimal): -13028251 or 6632505. OLE color: 6632505.

HSL color Cylindrical-coordinate representation of color #393465: hue angle of 246.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #393465 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 52 101 -
CMYK 0.44 0.49 0 0.60
HSL 246.12º 0.32% 0.3% -
HSV(B) 246.12º 0.49% 0.4% -
XYZ 5.26 4.27 12.86 -
YUV 59.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 57 52 101 0.44 0.49 0 0.60 246.12 0.32 0.3
Hex 39 34 65 2C 31 0 3C F6 20 1E
Octal 71 64 145 54 61 0 74 366 40 36
Binary 111001 110100 1100101 101100 110001 0 111100 11110110 100000 11110

Color Harmonies of #393465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393465

Black with #393465

Text Example


Text Example

White with #393465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393465; }

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

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

background-color css

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

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

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

border-color css

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

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

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