Html Css Color HEX #385194 Tory Blue

📋 copy color: '#385194'

red 56 ◦ green 81 ◦ blue 148

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

Shades of Tory Blue #385194

Tints of Tory Blue #385194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 19.65%
G = 28.42%
B = 51.93%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385194 (or 0x385194) is known color: Tory Blue. HEX triplet: 38, 51 and 94. RGB value is (56,81,148). Sum of RGB (Red+Green+Blue) = 56+81+148=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #385194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385194 is #C7AE6B. Grayscale: #505050. Windows color (decimal): -13086316 or 9720120. OLE color: 9720120.

HSL color Cylindrical-coordinate representation of color #385194: hue angle of 223.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #385194 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 81 148 -
CMYK 0.62 0.45 0 0.42
HSL 223.7º 0.45% 0.4% -
HSV(B) 223.7º 0.62% 0.58% -
XYZ 9.92 8.86 29.21 -
YUV 81.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 56 81 148 0.62 0.45 0 0.42 223.7 0.45 0.4
Hex 38 51 94 3E 2D 0 2A E0 2D 28
Octal 70 121 224 76 55 0 52 340 55 50
Binary 111000 1010001 10010100 111110 101101 0 101010 11100000 101101 101000

Color Harmonies of #385194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385194

Black with #385194

Text Example


Text Example

White with #385194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385194; }

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

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

background-color css

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

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

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

border-color css

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

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

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