Html Css Color HEX #395288 Tory Blue

📋 copy color: '#395288'

red 57 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #395288

Tints of Tory Blue #395288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

 BLUE value IS 136 (53.52% from 255) = 49.45%

R = 20.73%
G = 29.82%
B = 49.45%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395288 (or 0x395288) is known color: Tory Blue. HEX triplet: 39, 52 and 88. RGB value is (57,82,136). Sum of RGB (Red+Green+Blue) = 57+82+136=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 136 (53.52% from 255 or 49.45% from 275); Max value from RGB is 136 - color contains mainly: blue. Hex color #395288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395288 is #C6AD77. Grayscale: #505050. Windows color (decimal): -13020536 or 8933945. OLE color: 8933945.

HSL color Cylindrical-coordinate representation of color #395288: hue angle of 221.01º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395288 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 82 136 -
CMYK 0.58 0.40 0 0.47
HSL 221.01º 0.41% 0.38% -
HSV(B) 221.01º 0.58% 0.53% -
XYZ 9.15 8.68 24.49 -
YUV 80.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 57 82 136 0.58 0.40 0 0.47 221.01 0.41 0.38
Hex 39 52 88 3A 28 0 2F DD 29 26
Octal 71 122 210 72 50 0 57 335 51 46
Binary 111001 1010010 10001000 111010 101000 0 101111 11011101 101001 100110

Color Harmonies of #395288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395288

Black with #395288

Text Example


Text Example

White with #395288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395288; }

 p { color: rgb(57,82,136); }

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

background-color css

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

 a { background-color: rgb(57,82,136); }

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

border-color css

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

 span { border-color: rgb(57,82,136); }

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