Html Css Color HEX #385295 Tory Blue

📋 copy color: '#385295'

red 56 ◦ green 82 ◦ blue 149

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

Shades of Tory Blue #385295

Tints of Tory Blue #385295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 19.51%
G = 28.57%
B = 51.92%

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

#385295 (or 0x385295) is known color: Tory Blue. HEX triplet: 38, 52 and 95. RGB value is (56,82,149). Sum of RGB (Red+Green+Blue) = 56+82+149=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #385295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385295 is #C7AD6A. Grayscale: #515151. Windows color (decimal): -13086059 or 9785912. OLE color: 9785912.

HSL color Cylindrical-coordinate representation of color #385295: hue angle of 223.23º 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 #385295 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 82 149 -
CMYK 0.62 0.45 0 0.42
HSL 223.23º 0.45% 0.4% -
HSV(B) 223.23º 0.62% 0.58% -
XYZ 10.07 9.05 29.65 -
YUV 81.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 56 82 149 0.62 0.45 0 0.42 223.23 0.45 0.4
Hex 38 52 95 3E 2D 0 2A DF 2D 28
Octal 70 122 225 76 55 0 52 337 55 50
Binary 111000 1010010 10010101 111110 101101 0 101010 11011111 101101 101000

Color Harmonies of #385295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385295

Black with #385295

Text Example


Text Example

White with #385295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385295; }

 p { color: rgb(56,82,149); }

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

background-color css

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

 a { background-color: rgb(56,82,149); }

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

border-color css

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

 span { border-color: rgb(56,82,149); }

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