Html Css Color HEX #393A5E Deep Koamaru

📋 copy color: '#393A5E'

red 57 ◦ green 58 ◦ blue 94

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

Shades of Deep Koamaru #393A5E

Tints of Deep Koamaru #393A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.75%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 27.27%
G = 27.75%
B = 44.98%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#393A5E (or 0x393A5E) is known color: Deep Koamaru. HEX triplet: 39, 3A and 5E. RGB value is (57,58,94). Sum of RGB (Red+Green+Blue) = 57+58+94=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 58 (23.05% from 255 or 27.75% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #393A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A5E is #C6C5A1. Grayscale: #3D3D3D. Windows color (decimal): -13026722 or 6175289. OLE color: 6175289.

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

Color convert

RGB 57 58 94 -
CMYK 0.39 0.38 0 0.63
HSL 238.38º 0.25% 0.3% -
HSV(B) 238.38º 0.39% 0.37% -
XYZ 5.22 4.7 11.22 -
YUV 61.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 57 58 94 0.39 0.38 0 0.63 238.38 0.25 0.3
Hex 39 3A 5E 27 26 0 3F EE 19 1E
Octal 71 72 136 47 46 0 77 356 31 36
Binary 111001 111010 1011110 100111 100110 0 111111 11101110 11001 11110

Color Harmonies of #393A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A5E

Black with #393A5E

Text Example


Text Example

White with #393A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,94); }

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

background-color css

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

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

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

border-color css

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

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

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