Html Css Color HEX #393B5F Deep Koamaru

📋 copy color: '#393B5F'

red 57 ◦ green 59 ◦ blue 95

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

Shades of Deep Koamaru #393B5F

Tints of Deep Koamaru #393B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.02%

R = 27.01%
G = 27.96%
B = 45.02%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#393B5F (or 0x393B5F) is known color: Deep Koamaru. HEX triplet: 39, 3B and 5F. RGB value is (57,59,95). Sum of RGB (Red+Green+Blue) = 57+59+95=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #393B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B5F is #C6C4A0. Grayscale: #3E3E3E. Windows color (decimal): -13026465 or 6241081. OLE color: 6241081.

HSL color Cylindrical-coordinate representation of color #393B5F: hue angle of 236.84º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393B5F is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 59 95 -
CMYK 0.40 0.38 0 0.63
HSL 236.84º 0.25% 0.3% -
HSV(B) 236.84º 0.4% 0.37% -
XYZ 5.32 4.82 11.48 -
YUV 62.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 57 59 95 0.40 0.38 0 0.63 236.84 0.25 0.3
Hex 39 3B 5F 28 26 0 3F ED 19 1E
Octal 71 73 137 50 46 0 77 355 31 36
Binary 111001 111011 1011111 101000 100110 0 111111 11101101 11001 11110

Color Harmonies of #393B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B5F

Black with #393B5F

Text Example


Text Example

White with #393B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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