Html Css Color HEX #393374 Deep Koamaru

📋 copy color: '#393374'

red 57 ◦ green 51 ◦ blue 116

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

Shades of Deep Koamaru #393374

Tints of Deep Koamaru #393374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 25.45%
G = 22.77%
B = 51.79%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#393374 (or 0x393374) is known color: Deep Koamaru. HEX triplet: 39, 33 and 74. RGB value is (57,51,116). Sum of RGB (Red+Green+Blue) = 57+51+116=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #393374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393374 is #C6CC8B. Grayscale: #3B3B3B. Windows color (decimal): -13028492 or 7615289. OLE color: 7615289.

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

Color convert

RGB 57 51 116 -
CMYK 0.51 0.56 0 0.55
HSL 245.54º 0.39% 0.33% -
HSV(B) 245.54º 0.56% 0.45% -
XYZ 6.02 4.5 17.07 -
YUV 60.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 57 51 116 0.51 0.56 0 0.55 245.54 0.39 0.33
Hex 39 33 74 33 38 0 37 F6 27 21
Octal 71 63 164 63 70 0 67 366 47 41
Binary 111001 110011 1110100 110011 111000 0 110111 11110110 100111 100001

Color Harmonies of #393374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393374

Black with #393374

Text Example


Text Example

White with #393374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393374; }

 p { color: rgb(57,51,116); }

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

background-color css

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

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

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

border-color css

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

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

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