Html Css Color HEX #393970 Deep Koamaru

📋 copy color: '#393970'

red 57 ◦ green 57 ◦ blue 112

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

Shades of Deep Koamaru #393970

Tints of Deep Koamaru #393970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 25.22%
G = 25.22%
B = 49.56%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#393970 (or 0x393970) is known color: Deep Koamaru. HEX triplet: 39, 39 and 70. RGB value is (57,57,112). Sum of RGB (Red+Green+Blue) = 57+57+112=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #393970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393970 is #C6C68F. Grayscale: #3F3F3F. Windows color (decimal): -13026960 or 7354681. OLE color: 7354681.

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

Color convert

RGB 57 57 112 -
CMYK 0.49 0.49 0 0.56
HSL 240º 0.33% 0.33% -
HSV(B) 240º 0.49% 0.44% -
XYZ 6.08 4.97 15.97 -
YUV 63.27 155.5 123.53 -
System Red Green Blue C M Y K H S L
Decimal 57 57 112 0.49 0.49 0 0.56 240 0.33 0.33
Hex 39 39 70 31 31 0 38 F0 21 21
Octal 71 71 160 61 61 0 70 360 41 41
Binary 111001 111001 1110000 110001 110001 0 111000 11110000 100001 100001

Color Harmonies of #393970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393970

Black with #393970

Text Example


Text Example

White with #393970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393970; }

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

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

background-color css

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

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

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

border-color css

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

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

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