Html Css Color HEX #39558B Tory Blue

📋 copy color: '#39558B'

red 57 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #39558B

Tints of Tory Blue #39558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.25%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 20.28%
G = 30.25%
B = 49.47%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39558B (or 0x39558B) is known color: Tory Blue. HEX triplet: 39, 55 and 8B. RGB value is (57,85,139). Sum of RGB (Red+Green+Blue) = 57+85+139=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #39558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39558B is #C6AA74. Grayscale: #525252. Windows color (decimal): -13019765 or 9131321. OLE color: 9131321.

HSL color Cylindrical-coordinate representation of color #39558B: hue angle of 219.51º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39558B is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 85 139 -
CMYK 0.59 0.39 0 0.45
HSL 219.51º 0.42% 0.38% -
HSV(B) 219.51º 0.59% 0.55% -
XYZ 9.6 9.23 25.7 -
YUV 82.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 57 85 139 0.59 0.39 0 0.45 219.51 0.42 0.38
Hex 39 55 8B 3B 27 0 2D DC 2A 26
Octal 71 125 213 73 47 0 55 334 52 46
Binary 111001 1010101 10001011 111011 100111 0 101101 11011100 101010 100110

Color Harmonies of #39558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39558B

Black with #39558B

Text Example


Text Example

White with #39558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39558B; }

 p { color: rgb(57,85,139); }

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

background-color css

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

 a { background-color: rgb(57,85,139); }

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

border-color css

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

 span { border-color: rgb(57,85,139); }

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