Html Css Color HEX #393B61 Deep Koamaru

📋 copy color: '#393B61'

red 57 ◦ green 59 ◦ blue 97

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

Shades of Deep Koamaru #393B61

Tints of Deep Koamaru #393B61

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.7%

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

R = 26.76%
G = 27.7%
B = 45.54%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393B61 (or 0x393B61) is known color: Deep Koamaru. HEX triplet: 39, 3B and 61. RGB value is (57,59,97). Sum of RGB (Red+Green+Blue) = 57+59+97=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #393B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B61 is #C6C49E. Grayscale: #3E3E3E. Windows color (decimal): -13026463 or 6372153. OLE color: 6372153.

HSL color Cylindrical-coordinate representation of color #393B61: hue angle of 237º 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 #393B61 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 59 97 -
CMYK 0.41 0.39 0 0.62
HSL 237º 0.26% 0.3% -
HSV(B) 237º 0.41% 0.38% -
XYZ 5.41 4.86 11.96 -
YUV 62.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 57 59 97 0.41 0.39 0 0.62 237 0.26 0.3
Hex 39 3B 61 29 27 0 3E ED 1A 1E
Octal 71 73 141 51 47 0 76 355 32 36
Binary 111001 111011 1100001 101001 100111 0 111110 11101101 11010 11110

Color Harmonies of #393B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B61

Black with #393B61

Text Example


Text Example

White with #393B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393B61; }

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

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

background-color css

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

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

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

border-color css

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

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

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