Html Css Color HEX #385895 Tory Blue

📋 copy color: '#385895'

red 56 ◦ green 88 ◦ blue 149

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

Shades of Tory Blue #385895

Tints of Tory Blue #385895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.03%

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

R = 19.11%
G = 30.03%
B = 50.85%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#385895 (or 0x385895) is known color: Tory Blue. HEX triplet: 38, 58 and 95. RGB value is (56,88,149). Sum of RGB (Red+Green+Blue) = 56+88+149=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #385895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385895 is #C7A76A. Grayscale: #555555. Windows color (decimal): -13084523 or 9787448. OLE color: 9787448.

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

Color convert

RGB 56 88 149 -
CMYK 0.62 0.41 0 0.42
HSL 219.35º 0.45% 0.4% -
HSV(B) 219.35º 0.62% 0.58% -
XYZ 10.55 9.99 29.81 -
YUV 85.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 56 88 149 0.62 0.41 0 0.42 219.35 0.45 0.4
Hex 38 58 95 3E 29 0 2A DB 2D 28
Octal 70 130 225 76 51 0 52 333 55 50
Binary 111000 1011000 10010101 111110 101001 0 101010 11011011 101101 101000

Color Harmonies of #385895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385895

Black with #385895

Text Example


Text Example

White with #385895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385895; }

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

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

background-color css

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

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

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

border-color css

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

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

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