Html Css Color HEX #395088 Tory Blue

📋 copy color: '#395088'

red 57 ◦ green 80 ◦ blue 136

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

Shades of Tory Blue #395088

Tints of Tory Blue #395088

RGB

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

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

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

R = 20.88%
G = 29.3%
B = 49.82%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395088 (or 0x395088) is known color: Tory Blue. HEX triplet: 39, 50 and 88. RGB value is (57,80,136). Sum of RGB (Red+Green+Blue) = 57+80+136=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #395088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395088 is #C6AF77. Grayscale: #4F4F4F. Windows color (decimal): -13021048 or 8933433. OLE color: 8933433.

HSL color Cylindrical-coordinate representation of color #395088: hue angle of 222.53º 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 #395088 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 80 136 -
CMYK 0.58 0.41 0 0.47
HSL 222.53º 0.41% 0.38% -
HSV(B) 222.53º 0.58% 0.53% -
XYZ 9 8.38 24.44 -
YUV 79.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 57 80 136 0.58 0.41 0 0.47 222.53 0.41 0.38
Hex 39 50 88 3A 29 0 2F DF 29 26
Octal 71 120 210 72 51 0 57 337 51 46
Binary 111001 1010000 10001000 111010 101001 0 101111 11011111 101001 100110

Color Harmonies of #395088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395088

Black with #395088

Text Example


Text Example

White with #395088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395088; }

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

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

background-color css

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

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

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

border-color css

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

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

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