Html Css Color HEX #39497C Tory Blue

📋 copy color: '#39497C'

red 57 ◦ green 73 ◦ blue 124

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

Shades of Tory Blue #39497C

Tints of Tory Blue #39497C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 22.44%
G = 28.74%
B = 48.82%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39497C (or 0x39497C) is known color: Tory Blue. HEX triplet: 39, 49 and 7C. RGB value is (57,73,124). Sum of RGB (Red+Green+Blue) = 57+73+124=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #39497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39497C is #C6B683. Grayscale: #494949. Windows color (decimal): -13022852 or 8145209. OLE color: 8145209.

HSL color Cylindrical-coordinate representation of color #39497C: hue angle of 225.67º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39497C is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 73 124 -
CMYK 0.54 0.41 0 0.51
HSL 225.67º 0.37% 0.35% -
HSV(B) 225.67º 0.54% 0.49% -
XYZ 7.71 7.09 20.03 -
YUV 74.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 57 73 124 0.54 0.41 0 0.51 225.67 0.37 0.35
Hex 39 49 7C 36 29 0 33 E2 25 23
Octal 71 111 174 66 51 0 63 342 45 43
Binary 111001 1001001 1111100 110110 101001 0 110011 11100010 100101 100011

Color Harmonies of #39497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39497C

Black with #39497C

Text Example


Text Example

White with #39497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39497C; }

 p { color: rgb(57,73,124); }

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

background-color css

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

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

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

border-color css

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

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

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