Html Css Color HEX #395892 Tory Blue

📋 copy color: '#395892'

red 57 ◦ green 88 ◦ blue 146

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

Shades of Tory Blue #395892

Tints of Tory Blue #395892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.24%

 BLUE value IS 146 (57.42% from 255) = 50.17%

R = 19.59%
G = 30.24%
B = 50.17%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#395892 (or 0x395892) is known color: Tory Blue. HEX triplet: 39, 58 and 92. RGB value is (57,88,146). Sum of RGB (Red+Green+Blue) = 57+88+146=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #395892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395892 is #C6A76D. Grayscale: #555555. Windows color (decimal): -13018990 or 9590841. OLE color: 9590841.

HSL color Cylindrical-coordinate representation of color #395892: hue angle of 219.1º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #395892 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 88 146 -
CMYK 0.61 0.40 0 0.43
HSL 219.1º 0.44% 0.4% -
HSV(B) 219.1º 0.61% 0.57% -
XYZ 10.37 9.92 28.56 -
YUV 85.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 57 88 146 0.61 0.40 0 0.43 219.1 0.44 0.4
Hex 39 58 92 3D 28 0 2B DB 2C 28
Octal 71 130 222 75 50 0 53 333 54 50
Binary 111001 1011000 10010010 111101 101000 0 101011 11011011 101100 101000

Color Harmonies of #395892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395892

Black with #395892

Text Example


Text Example

White with #395892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395892; }

 p { color: rgb(57,88,146); }

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

background-color css

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

 a { background-color: rgb(57,88,146); }

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

border-color css

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

 span { border-color: rgb(57,88,146); }

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