Html Css Color HEX #385286 Tory Blue

📋 copy color: '#385286'

red 56 ◦ green 82 ◦ blue 134

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

Shades of Tory Blue #385286

Tints of Tory Blue #385286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 20.59%
G = 30.15%
B = 49.26%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385286 (or 0x385286) is known color: Tory Blue. HEX triplet: 38, 52 and 86. RGB value is (56,82,134). Sum of RGB (Red+Green+Blue) = 56+82+134=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #385286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385286 is #C7AD79. Grayscale: #4F4F4F. Windows color (decimal): -13086074 or 8802872. OLE color: 8802872.

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

Color convert

RGB 56 82 134 -
CMYK 0.58 0.39 0 0.47
HSL 220º 0.41% 0.37% -
HSV(B) 220º 0.58% 0.53% -
XYZ 8.95 8.6 23.74 -
YUV 80.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 56 82 134 0.58 0.39 0 0.47 220 0.41 0.37
Hex 38 52 86 3A 27 0 2F DC 29 25
Octal 70 122 206 72 47 0 57 334 51 45
Binary 111000 1010010 10000110 111010 100111 0 101111 11011100 101001 100101

Color Harmonies of #385286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385286

Black with #385286

Text Example


Text Example

White with #385286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385286; }

 p { color: rgb(56,82,134); }

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

background-color css

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

 a { background-color: rgb(56,82,134); }

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

border-color css

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

 span { border-color: rgb(56,82,134); }

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