Html Css Color HEX #394688 Tory Blue

📋 copy color: '#394688'

red 57 ◦ green 70 ◦ blue 136

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

Shades of Tory Blue #394688

Tints of Tory Blue #394688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

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

R = 21.67%
G = 26.62%
B = 51.71%

CMYK

 C value IS 0.58

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394688 (or 0x394688) is known color: Tory Blue. HEX triplet: 39, 46 and 88. RGB value is (57,70,136). Sum of RGB (Red+Green+Blue) = 57+70+136=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #394688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394688 is #C6B977. Grayscale: #494949. Windows color (decimal): -13023608 or 8930873. OLE color: 8930873.

HSL color Cylindrical-coordinate representation of color #394688: hue angle of 230.13º 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 #394688 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 70 136 -
CMYK 0.58 0.49 0 0.47
HSL 230.13º 0.41% 0.38% -
HSV(B) 230.13º 0.58% 0.53% -
XYZ 8.32 7.03 24.21 -
YUV 73.64 163.19 116.13 -
System Red Green Blue C M Y K H S L
Decimal 57 70 136 0.58 0.49 0 0.47 230.13 0.41 0.38
Hex 39 46 88 3A 31 0 2F E6 29 26
Octal 71 106 210 72 61 0 57 346 51 46
Binary 111001 1000110 10001000 111010 110001 0 101111 11100110 101001 100110

Color Harmonies of #394688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394688

Black with #394688

Text Example


Text Example

White with #394688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394688; }

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

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

background-color css

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

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

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

border-color css

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

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

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