Html Css Color HEX #394299 Tory Blue

📋 copy color: '#394299'

red 57 ◦ green 66 ◦ blue 153

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

Shades of Tory Blue #394299

Tints of Tory Blue #394299

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 20.65%
G = 23.91%
B = 55.43%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#394299 (or 0x394299) is known color: Tory Blue. HEX triplet: 39, 42 and 99. RGB value is (57,66,153). Sum of RGB (Red+Green+Blue) = 57+66+153=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #394299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394299 is #C6BD66. Grayscale: #484848. Windows color (decimal): -13024615 or 10043961. OLE color: 10043961.

HSL color Cylindrical-coordinate representation of color #394299: hue angle of 234.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #394299 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 66 153 -
CMYK 0.63 0.57 0 0.4
HSL 234.38º 0.46% 0.41% -
HSV(B) 234.38º 0.63% 0.6% -
XYZ 9.39 7.07 31.01 -
YUV 73.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 57 66 153 0.63 0.57 0 0.4 234.38 0.46 0.41
Hex 39 42 99 3F 39 0 28 EA 2E 29
Octal 71 102 231 77 71 0 50 352 56 51
Binary 111001 1000010 10011001 111111 111001 0 101000 11101010 101110 101001

Color Harmonies of #394299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394299

Black with #394299

Text Example


Text Example

White with #394299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394299; }

 p { color: rgb(57,66,153); }

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

background-color css

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

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

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

border-color css

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

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

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