Html Css Color HEX #39395E Deep Koamaru

📋 copy color: '#39395E'

red 57 ◦ green 57 ◦ blue 94

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

Shades of Deep Koamaru #39395E

Tints of Deep Koamaru #39395E

RGB

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

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

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

R = 27.4%
G = 27.4%
B = 45.19%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#39395E (or 0x39395E) is known color: Deep Koamaru. HEX triplet: 39, 39 and 5E. RGB value is (57,57,94). Sum of RGB (Red+Green+Blue) = 57+57+94=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #39395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39395E is #C6C6A1. Grayscale: #3D3D3D. Windows color (decimal): -13026978 or 6175033. OLE color: 6175033.

HSL color Cylindrical-coordinate representation of color #39395E: hue angle of 240º 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 #39395E is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 57 57 94 -
CMYK 0.39 0.39 0 0.63
HSL 240º 0.25% 0.3% -
HSV(B) 240º 0.39% 0.37% -
XYZ 5.17 4.6 11.21 -
YUV 61.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 57 57 94 0.39 0.39 0 0.63 240 0.25 0.3
Hex 39 39 5E 27 27 0 3F F0 19 1E
Octal 71 71 136 47 47 0 77 360 31 36
Binary 111001 111001 1011110 100111 100111 0 111111 11110000 11001 11110

Color Harmonies of #39395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39395E

Black with #39395E

Text Example


Text Example

White with #39395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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