Html Css Color HEX #393369 Deep Koamaru

📋 copy color: '#393369'

red 57 ◦ green 51 ◦ blue 105

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

Shades of Deep Koamaru #393369

Tints of Deep Koamaru #393369

RGB

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

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

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

R = 26.76%
G = 23.94%
B = 49.3%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393369 (or 0x393369) is known color: Deep Koamaru. HEX triplet: 39, 33 and 69. RGB value is (57,51,105). Sum of RGB (Red+Green+Blue) = 57+51+105=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #393369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393369 is #C6CC96. Grayscale: #3A3A3A. Windows color (decimal): -13028503 or 6894393. OLE color: 6894393.

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

Color convert

RGB 57 51 105 -
CMYK 0.46 0.51 0 0.59
HSL 246.67º 0.35% 0.31% -
HSV(B) 246.67º 0.51% 0.41% -
XYZ 5.42 4.26 13.9 -
YUV 58.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 57 51 105 0.46 0.51 0 0.59 246.67 0.35 0.31
Hex 39 33 69 2E 33 0 3B F7 23 1F
Octal 71 63 151 56 63 0 73 367 43 37
Binary 111001 110011 1101001 101110 110011 0 111011 11110111 100011 11111

Color Harmonies of #393369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393369

Black with #393369

Text Example


Text Example

White with #393369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393369; }

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

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

background-color css

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

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

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

border-color css

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

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

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