Html Css Color HEX #39508A Tory Blue

📋 copy color: '#39508A'

red 57 ◦ green 80 ◦ blue 138

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

Shades of Tory Blue #39508A

Tints of Tory Blue #39508A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 138 (54.3% from 255) = 50.18%

R = 20.73%
G = 29.09%
B = 50.18%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39508A (or 0x39508A) is known color: Tory Blue. HEX triplet: 39, 50 and 8A. RGB value is (57,80,138). Sum of RGB (Red+Green+Blue) = 57+80+138=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #39508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39508A is #C6AF75. Grayscale: #4F4F4F. Windows color (decimal): -13021046 or 9064505. OLE color: 9064505.

HSL color Cylindrical-coordinate representation of color #39508A: hue angle of 222.96º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39508A is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 80 138 -
CMYK 0.59 0.42 0 0.46
HSL 222.96º 0.42% 0.38% -
HSV(B) 222.96º 0.59% 0.54% -
XYZ 9.14 8.44 25.19 -
YUV 79.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 57 80 138 0.59 0.42 0 0.46 222.96 0.42 0.38
Hex 39 50 8A 3B 2A 0 2E DF 2A 26
Octal 71 120 212 73 52 0 56 337 52 46
Binary 111001 1010000 10001010 111011 101010 0 101110 11011111 101010 100110

Color Harmonies of #39508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39508A

Black with #39508A

Text Example


Text Example

White with #39508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39508A; }

 p { color: rgb(57,80,138); }

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

background-color css

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

 a { background-color: rgb(57,80,138); }

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

border-color css

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

 span { border-color: rgb(57,80,138); }

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