Html Css Color HEX #393961 Deep Koamaru

📋 copy color: '#393961'

red 57 ◦ green 57 ◦ blue 97

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

Shades of Deep Koamaru #393961

Tints of Deep Koamaru #393961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 97 (38.28% from 255) = 45.97%

R = 27.01%
G = 27.01%
B = 45.97%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393961 (or 0x393961) is known color: Deep Koamaru. HEX triplet: 39, 39 and 61. RGB value is (57,57,97). Sum of RGB (Red+Green+Blue) = 57+57+97=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 97 - color contains mainly: blue. Hex color #393961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393961 is #C6C69E. Grayscale: #3D3D3D. Windows color (decimal): -13026975 or 6371641. OLE color: 6371641.

HSL color Cylindrical-coordinate representation of color #393961: hue angle of 240º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #393961 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 57 97 -
CMYK 0.41 0.41 0 0.62
HSL 240º 0.26% 0.3% -
HSV(B) 240º 0.41% 0.38% -
XYZ 5.31 4.66 11.93 -
YUV 61.56 148 124.75 -
System Red Green Blue C M Y K H S L
Decimal 57 57 97 0.41 0.41 0 0.62 240 0.26 0.3
Hex 39 39 61 29 29 0 3E F0 1A 1E
Octal 71 71 141 51 51 0 76 360 32 36
Binary 111001 111001 1100001 101001 101001 0 111110 11110000 11010 11110

Color Harmonies of #393961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393961

Black with #393961

Text Example


Text Example

White with #393961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393961; }

 p { color: rgb(57,57,97); }

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

background-color css

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

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

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

border-color css

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

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

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