Html Css Color HEX #385794 Tory Blue

📋 copy color: '#385794'

red 56 ◦ green 87 ◦ blue 148

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

Shades of Tory Blue #385794

Tints of Tory Blue #385794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 19.24%
G = 29.9%
B = 50.86%

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

#385794 (or 0x385794) is known color: Tory Blue. HEX triplet: 38, 57 and 94. RGB value is (56,87,148). Sum of RGB (Red+Green+Blue) = 56+87+148=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #385794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385794 is #C7A86B. Grayscale: #545454. Windows color (decimal): -13084780 or 9721656. OLE color: 9721656.

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

Color convert

RGB 56 87 148 -
CMYK 0.62 0.41 0 0.42
HSL 219.78º 0.45% 0.4% -
HSV(B) 219.78º 0.62% 0.58% -
XYZ 10.38 9.8 29.36 -
YUV 84.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 56 87 148 0.62 0.41 0 0.42 219.78 0.45 0.4
Hex 38 57 94 3E 29 0 2A DC 2D 28
Octal 70 127 224 76 51 0 52 334 55 50
Binary 111000 1010111 10010100 111110 101001 0 101010 11011100 101101 101000

Color Harmonies of #385794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385794

Black with #385794

Text Example


Text Example

White with #385794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385794; }

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

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

background-color css

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

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

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

border-color css

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

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

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