Html Css Color HEX #385087 Tory Blue

📋 copy color: '#385087'

red 56 ◦ green 80 ◦ blue 135

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

Shades of Tory Blue #385087

Tints of Tory Blue #385087

RGB

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

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

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

R = 20.66%
G = 29.52%
B = 49.82%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385087 (or 0x385087) is known color: Tory Blue. HEX triplet: 38, 50 and 87. RGB value is (56,80,135). Sum of RGB (Red+Green+Blue) = 56+80+135=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #385087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385087 is #C7AF78. Grayscale: #4E4E4E. Windows color (decimal): -13086585 or 8867896. OLE color: 8867896.

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

Color convert

RGB 56 80 135 -
CMYK 0.59 0.41 0 0.47
HSL 221.77º 0.41% 0.37% -
HSV(B) 221.77º 0.59% 0.53% -
XYZ 8.87 8.33 24.06 -
YUV 79.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 56 80 135 0.59 0.41 0 0.47 221.77 0.41 0.37
Hex 38 50 87 3B 29 0 2F DE 29 25
Octal 70 120 207 73 51 0 57 336 51 45
Binary 111000 1010000 10000111 111011 101001 0 101111 11011110 101001 100101

Color Harmonies of #385087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385087

Black with #385087

Text Example


Text Example

White with #385087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385087; }

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

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

background-color css

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

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

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

border-color css

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

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

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