Html Css Color HEX #393958 Deep Koamaru

📋 copy color: '#393958'

red 57 ◦ green 57 ◦ blue 88

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

Shades of Deep Koamaru #393958

Tints of Deep Koamaru #393958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.56%

R = 28.22%
G = 28.22%
B = 43.56%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393958 (or 0x393958) is known color: Deep Koamaru. HEX triplet: 39, 39 and 58. RGB value is (57,57,88). Sum of RGB (Red+Green+Blue) = 57+57+88=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #393958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393958 is #C6C6A7. Grayscale: #3C3C3C. Windows color (decimal): -13026984 or 5781817. OLE color: 5781817.

HSL color Cylindrical-coordinate representation of color #393958: hue angle of 240º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #393958 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 57 88 -
CMYK 0.35 0.35 0 0.65
HSL 240º 0.21% 0.28% -
HSV(B) 240º 0.35% 0.35% -
XYZ 4.91 4.5 9.84 -
YUV 60.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 57 57 88 0.35 0.35 0 0.65 240 0.21 0.28
Hex 39 39 58 23 23 0 41 F0 15 1C
Octal 71 71 130 43 43 0 101 360 25 34
Binary 111001 111001 1011000 100011 100011 0 1000001 11110000 10101 11100

Color Harmonies of #393958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393958

Black with #393958

Text Example


Text Example

White with #393958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393958; }

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

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

background-color css

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

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

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

border-color css

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

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

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