Html Css Color HEX #385790 Tory Blue

📋 copy color: '#385790'

red 56 ◦ green 87 ◦ blue 144

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

Shades of Tory Blue #385790

Tints of Tory Blue #385790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

 BLUE value IS 144 (56.64% from 255) = 50.17%

R = 19.51%
G = 30.31%
B = 50.17%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#385790 (or 0x385790) is known color: Tory Blue. HEX triplet: 38, 57 and 90. RGB value is (56,87,144). Sum of RGB (Red+Green+Blue) = 56+87+144=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #385790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385790 is #C7A86F. Grayscale: #535353. Windows color (decimal): -13084784 or 9459512. OLE color: 9459512.

HSL color Cylindrical-coordinate representation of color #385790: hue angle of 218.86º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #385790 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 87 144 -
CMYK 0.61 0.40 0 0.44
HSL 218.86º 0.44% 0.39% -
HSV(B) 218.86º 0.61% 0.56% -
XYZ 10.07 9.67 27.72 -
YUV 84.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 56 87 144 0.61 0.40 0 0.44 218.86 0.44 0.39
Hex 38 57 90 3D 28 0 2C DB 2C 27
Octal 70 127 220 75 50 0 54 333 54 47
Binary 111000 1010111 10010000 111101 101000 0 101100 11011011 101100 100111

Color Harmonies of #385790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385790

Black with #385790

Text Example


Text Example

White with #385790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385790; }

 p { color: rgb(56,87,144); }

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

background-color css

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

 a { background-color: rgb(56,87,144); }

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

border-color css

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

 span { border-color: rgb(56,87,144); }

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