Html Css Color HEX #385187 Tory Blue

📋 copy color: '#385187'

red 56 ◦ green 81 ◦ blue 135

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

Shades of Tory Blue #385187

Tints of Tory Blue #385187

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

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

R = 20.59%
G = 29.78%
B = 49.63%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385187 (or 0x385187) is known color: Tory Blue. HEX triplet: 38, 51 and 87. RGB value is (56,81,135). Sum of RGB (Red+Green+Blue) = 56+81+135=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #385187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385187 is #C7AE78. Grayscale: #4F4F4F. Windows color (decimal): -13086329 or 8868152. OLE color: 8868152.

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

Color convert

RGB 56 81 135 -
CMYK 0.59 0.40 0 0.47
HSL 221.01º 0.41% 0.37% -
HSV(B) 221.01º 0.59% 0.53% -
XYZ 8.95 8.47 24.09 -
YUV 79.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 56 81 135 0.59 0.40 0 0.47 221.01 0.41 0.37
Hex 38 51 87 3B 28 0 2F DD 29 25
Octal 70 121 207 73 50 0 57 335 51 45
Binary 111000 1010001 10000111 111011 101000 0 101111 11011101 101001 100101

Color Harmonies of #385187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385187

Black with #385187

Text Example


Text Example

White with #385187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385187; }

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

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

background-color css

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

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

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

border-color css

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

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

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