Html Css Color HEX #393463 Deep Koamaru

📋 copy color: '#393463'

red 57 ◦ green 52 ◦ blue 99

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

Shades of Deep Koamaru #393463

Tints of Deep Koamaru #393463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 27.4%
G = 25%
B = 47.6%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393463 (or 0x393463) is known color: Deep Koamaru. HEX triplet: 39, 34 and 63. RGB value is (57,52,99). Sum of RGB (Red+Green+Blue) = 57+52+99=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #393463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393463 is #C6CB9C. Grayscale: #3A3A3A. Windows color (decimal): -13028253 or 6501433. OLE color: 6501433.

HSL color Cylindrical-coordinate representation of color #393463: hue angle of 246.38º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #393463 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 52 99 -
CMYK 0.42 0.47 0 0.61
HSL 246.38º 0.31% 0.3% -
HSV(B) 246.38º 0.47% 0.39% -
XYZ 5.17 4.23 12.35 -
YUV 58.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 57 52 99 0.42 0.47 0 0.61 246.38 0.31 0.3
Hex 39 34 63 2A 2F 0 3D F6 1F 1E
Octal 71 64 143 52 57 0 75 366 37 36
Binary 111001 110100 1100011 101010 101111 0 111101 11110110 11111 11110

Color Harmonies of #393463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393463

Black with #393463

Text Example


Text Example

White with #393463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393463; }

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

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

background-color css

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

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

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

border-color css

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

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

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