Html Css Color HEX #393469 Deep Koamaru

📋 copy color: '#393469'

red 57 ◦ green 52 ◦ blue 105

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

Shades of Deep Koamaru #393469

Tints of Deep Koamaru #393469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 26.64%
G = 24.3%
B = 49.07%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393469 (or 0x393469) is known color: Deep Koamaru. HEX triplet: 39, 34 and 69. RGB value is (57,52,105). Sum of RGB (Red+Green+Blue) = 57+52+105=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #393469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393469 is #C6CB96. Grayscale: #3B3B3B. Windows color (decimal): -13028247 or 6894649. OLE color: 6894649.

HSL color Cylindrical-coordinate representation of color #393469: hue angle of 245.66º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393469 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 52 105 -
CMYK 0.46 0.50 0 0.59
HSL 245.66º 0.34% 0.31% -
HSV(B) 245.66º 0.5% 0.41% -
XYZ 5.47 4.35 13.92 -
YUV 59.54 153.66 126.19 -
System Red Green Blue C M Y K H S L
Decimal 57 52 105 0.46 0.50 0 0.59 245.66 0.34 0.31
Hex 39 34 69 2E 32 0 3B F6 22 1F
Octal 71 64 151 56 62 0 73 366 42 37
Binary 111001 110100 1101001 101110 110010 0 111011 11110110 100010 11111

Color Harmonies of #393469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393469

Black with #393469

Text Example


Text Example

White with #393469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393469; }

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

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

background-color css

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

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

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

border-color css

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

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

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