Html Css Color HEX #385190 Tory Blue

📋 copy color: '#385190'

red 56 ◦ green 81 ◦ blue 144

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

Shades of Tory Blue #385190

Tints of Tory Blue #385190

RGB

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

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

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

R = 19.93%
G = 28.83%
B = 51.25%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#385190 (or 0x385190) is known color: Tory Blue. HEX triplet: 38, 51 and 90. RGB value is (56,81,144). Sum of RGB (Red+Green+Blue) = 56+81+144=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #385190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385190 is #C7AE6F. Grayscale: #505050. Windows color (decimal): -13086320 or 9457976. OLE color: 9457976.

HSL color Cylindrical-coordinate representation of color #385190: hue angle of 222.95º 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 #385190 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 81 144 -
CMYK 0.61 0.44 0 0.44
HSL 222.95º 0.44% 0.39% -
HSV(B) 222.95º 0.61% 0.56% -
XYZ 9.61 8.74 27.57 -
YUV 80.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 56 81 144 0.61 0.44 0 0.44 222.95 0.44 0.39
Hex 38 51 90 3D 2C 0 2C DF 2C 27
Octal 70 121 220 75 54 0 54 337 54 47
Binary 111000 1010001 10010000 111101 101100 0 101100 11011111 101100 100111

Color Harmonies of #385190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385190

Black with #385190

Text Example


Text Example

White with #385190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385190; }

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

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

background-color css

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

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

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

border-color css

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

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

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