Html Css Color HEX #393869 Deep Koamaru

📋 copy color: '#393869'

red 57 ◦ green 56 ◦ blue 105

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

Shades of Deep Koamaru #393869

Tints of Deep Koamaru #393869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

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

R = 26.15%
G = 25.69%
B = 48.17%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#393869 (or 0x393869) is known color: Deep Koamaru. HEX triplet: 39, 38 and 69. RGB value is (57,56,105). Sum of RGB (Red+Green+Blue) = 57+56+105=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #393869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393869 is #C6C796. Grayscale: #3D3D3D. Windows color (decimal): -13027223 or 6895673. OLE color: 6895673.

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

Color convert

RGB 57 56 105 -
CMYK 0.46 0.47 0 0.59
HSL 241.22º 0.3% 0.32% -
HSV(B) 241.22º 0.47% 0.41% -
XYZ 5.65 4.72 13.98 -
YUV 61.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 57 56 105 0.46 0.47 0 0.59 241.22 0.3 0.32
Hex 39 38 69 2E 2F 0 3B F1 1E 20
Octal 71 70 151 56 57 0 73 361 36 40
Binary 111001 111000 1101001 101110 101111 0 111011 11110001 11110 100000

Color Harmonies of #393869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393869

Black with #393869

Text Example


Text Example

White with #393869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393869; }

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

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

background-color css

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

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

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

border-color css

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

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

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