Html Css Color HEX #393764 Deep Koamaru

📋 copy color: '#393764'

red 57 ◦ green 55 ◦ blue 100

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

Shades of Deep Koamaru #393764

Tints of Deep Koamaru #393764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.94%

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 26.89%
G = 25.94%
B = 47.17%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#393764 (or 0x393764) is known color: Deep Koamaru. HEX triplet: 39, 37 and 64. RGB value is (57,55,100). Sum of RGB (Red+Green+Blue) = 57+55+100=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #393764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393764 is #C6C89B. Grayscale: #3C3C3C. Windows color (decimal): -13027484 or 6567737. OLE color: 6567737.

HSL color Cylindrical-coordinate representation of color #393764: hue angle of 242.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393764 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 55 100 -
CMYK 0.43 0.45 0 0.61
HSL 242.67º 0.29% 0.3% -
HSV(B) 242.67º 0.45% 0.39% -
XYZ 5.35 4.52 12.65 -
YUV 60.73 150.16 125.34 -
System Red Green Blue C M Y K H S L
Decimal 57 55 100 0.43 0.45 0 0.61 242.67 0.29 0.3
Hex 39 37 64 2B 2D 0 3D F3 1D 1E
Octal 71 67 144 53 55 0 75 363 35 36
Binary 111001 110111 1100100 101011 101101 0 111101 11110011 11101 11110

Color Harmonies of #393764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393764

Black with #393764

Text Example


Text Example

White with #393764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393764; }

 p { color: rgb(57,55,100); }

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

background-color css

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

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

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

border-color css

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

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

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