Html Css Color HEX #385192 Tory Blue

📋 copy color: '#385192'

red 56 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #385192

Tints of Tory Blue #385192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 19.79%
G = 28.62%
B = 51.59%

CMYK

 C value IS 0.62

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385192 (or 0x385192) is known color: Tory Blue. HEX triplet: 38, 51 and 92. RGB value is (56,81,146). Sum of RGB (Red+Green+Blue) = 56+81+146=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #385192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385192 is #C7AE6D. Grayscale: #505050. Windows color (decimal): -13086318 or 9589048. OLE color: 9589048.

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

Color convert

RGB 56 81 146 -
CMYK 0.62 0.45 0 0.43
HSL 223.33º 0.45% 0.4% -
HSV(B) 223.33º 0.62% 0.57% -
XYZ 9.76 8.8 28.38 -
YUV 80.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 56 81 146 0.62 0.45 0 0.43 223.33 0.45 0.4
Hex 38 51 92 3E 2D 0 2B DF 2D 28
Octal 70 121 222 76 55 0 53 337 55 50
Binary 111000 1010001 10010010 111110 101101 0 101011 11011111 101101 101000

Color Harmonies of #385192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385192

Black with #385192

Text Example


Text Example

White with #385192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385192; }

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

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

background-color css

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

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

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

border-color css

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

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

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