Html Css Color HEX #385387 Tory Blue

📋 copy color: '#385387'

red 56 ◦ green 83 ◦ blue 135

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

Shades of Tory Blue #385387

Tints of Tory Blue #385387

RGB

 RED value IS 56 (22.27% from 255) = 20.44%

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 135 (53.13% from 255) = 49.27%

R = 20.44%
G = 30.29%
B = 49.27%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385387 (or 0x385387) is known color: Tory Blue. HEX triplet: 38, 53 and 87. RGB value is (56,83,135). Sum of RGB (Red+Green+Blue) = 56+83+135=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #385387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385387 is #C7AC78. Grayscale: #505050. Windows color (decimal): -13085817 or 8868664. OLE color: 8868664.

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

Color convert

RGB 56 83 135 -
CMYK 0.59 0.39 0 0.47
HSL 219.49º 0.41% 0.37% -
HSV(B) 219.49º 0.59% 0.53% -
XYZ 9.1 8.78 24.14 -
YUV 80.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 56 83 135 0.59 0.39 0 0.47 219.49 0.41 0.37
Hex 38 53 87 3B 27 0 2F DB 29 25
Octal 70 123 207 73 47 0 57 333 51 45
Binary 111000 1010011 10000111 111011 100111 0 101111 11011011 101001 100101

Color Harmonies of #385387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385387

Black with #385387

Text Example


Text Example

White with #385387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385387; }

 p { color: rgb(56,83,135); }

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

background-color css

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

 a { background-color: rgb(56,83,135); }

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

border-color css

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

 span { border-color: rgb(56,83,135); }

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