Html Css Color HEX #385592 Tory Blue

📋 copy color: '#385592'

red 56 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #385592

Tints of Tory Blue #385592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.62%

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

R = 19.51%
G = 29.62%
B = 50.87%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#385592 (or 0x385592) is known color: Tory Blue. HEX triplet: 38, 55 and 92. RGB value is (56,85,146). Sum of RGB (Red+Green+Blue) = 56+85+146=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #385592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385592 is #C7AA6D. Grayscale: #535353. Windows color (decimal): -13085294 or 9590072. OLE color: 9590072.

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

Color convert

RGB 56 85 146 -
CMYK 0.62 0.42 0 0.43
HSL 220.67º 0.45% 0.4% -
HSV(B) 220.67º 0.62% 0.57% -
XYZ 10.07 9.41 28.48 -
YUV 83.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 56 85 146 0.62 0.42 0 0.43 220.67 0.45 0.4
Hex 38 55 92 3E 2A 0 2B DD 2D 28
Octal 70 125 222 76 52 0 53 335 55 50
Binary 111000 1010101 10010010 111110 101010 0 101011 11011101 101101 101000

Color Harmonies of #385592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385592

Black with #385592

Text Example


Text Example

White with #385592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385592; }

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

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

background-color css

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

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

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

border-color css

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

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

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