Html Css Color HEX #394888 Tory Blue

📋 copy color: '#394888'

red 57 ◦ green 72 ◦ blue 136

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

Shades of Tory Blue #394888

Tints of Tory Blue #394888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 136 (53.52% from 255) = 51.32%

R = 21.51%
G = 27.17%
B = 51.32%

CMYK

 C value IS 0.58

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394888 (or 0x394888) is known color: Tory Blue. HEX triplet: 39, 48 and 88. RGB value is (57,72,136). Sum of RGB (Red+Green+Blue) = 57+72+136=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 136 (53.52% from 255 or 51.32% from 265); Max value from RGB is 136 - color contains mainly: blue. Hex color #394888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394888 is #C6B777. Grayscale: #4A4A4A. Windows color (decimal): -13023096 or 8931385. OLE color: 8931385.

HSL color Cylindrical-coordinate representation of color #394888: hue angle of 228.61º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394888 is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 72 136 -
CMYK 0.58 0.47 0 0.47
HSL 228.61º 0.41% 0.38% -
HSV(B) 228.61º 0.58% 0.53% -
XYZ 8.45 7.28 24.25 -
YUV 74.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 57 72 136 0.58 0.47 0 0.47 228.61 0.41 0.38
Hex 39 48 88 3A 2F 0 2F E5 29 26
Octal 71 110 210 72 57 0 57 345 51 46
Binary 111001 1001000 10001000 111010 101111 0 101111 11100101 101001 100110

Color Harmonies of #394888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394888

Black with #394888

Text Example


Text Example

White with #394888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394888; }

 p { color: rgb(57,72,136); }

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

background-color css

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

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

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

border-color css

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

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

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